summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-10-21 17:21:18 +0000
committerwlestes <wlestes>2002-10-21 17:21:18 +0000
commite81e312328207c6888eb1922c620109ce3c8ddb0 (patch)
treea86da251fef778bd9292ff64a22397f0642773ed
parent040595c953896949ec81367b0e5c200de2f0a08e (diff)
downloadflex-e81e312328207c6888eb1922c620109ce3c8ddb0.tar.gz
use sys/types.h and not inttypes.h
-rw-r--r--flexint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flexint.h b/flexint.h
index 93c5154..a9d5715 100644
--- 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. */