mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtmail: add a stdint.h include for openbsd, as reported by Daniel Diaz via the wiki.
This commit is contained in:
parent
22830f478a
commit
90bd9101e3
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
/* $TOG: options_util.C /main/8 1999/07/07 13:20:04 mgreess $ */
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <Xm/DialogS.h>
|
||||
#include <Xm/Form.h>
|
||||
|
|
Loading…
Reference in a new issue