1
0
Fork 0
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:
Peter Howkins 2015-01-09 16:30:43 +00:00
parent 22830f478a
commit 90bd9101e3

View file

@ -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>