From e81e312328207c6888eb1922c620109ce3c8ddb0 Mon Sep 17 00:00:00 2001 From: wlestes Date: Mon, 21 Oct 2002 17:21:18 +0000 Subject: use sys/types.h and not inttypes.h --- flexint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #else /* Exact integral types. */ -- cgit v1.2.1