dtmail: add a stdint.h include for openbsd, as reported by Daniel Diaz via the wiki.
authorPeter Howkins <flibble@users.sf.net>
Fri, 9 Jan 2015 16:30:43 +0000 (16:30 +0000)
committerPeter Howkins <flibble@users.sf.net>
Fri, 9 Jan 2015 16:30:43 +0000 (16:30 +0000)
cde/programs/dtmail/dtmail/options_util.C

index e40d2afc7ea97082b423283247da0483ae45bb7f..b2bfd364231136911d53dae35e2ef326ed03a363 100644 (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>