]> granicus.if.org Git - flex/commitdiff
use sys/types.h and not inttypes.h
authorWill Estes <wlestes@users.sourceforge.net>
Mon, 21 Oct 2002 17:21:18 +0000 (17:21 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Mon, 21 Oct 2002 17:21:18 +0000 (17:21 +0000)
flexint.h

index 93c5154d0b1b91ac0dd7338ae039c855a498995a..a9d5715d24ab1d3d8f306a5b325663c5fd6e86ce 100644 (file)
--- a/flexint.h
+++ b/flexint.h
@@ -4,7 +4,7 @@
 #define FLEXINT_H
 
 #ifndef FLEX_NEED_INTEGRAL_TYPE_DEFINITIONS
-#include <inttypes.h>
+#include <sys/types.h>
 #else
 /* Exact integral types.  */