summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 4de2c13..e52eaf1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -66,11 +66,8 @@
#include <ctype.h>
#include <stdarg.h>
-#ifdef NO_STDLIB_H
-# include "../compat/stdlib.h"
-#else
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
+#include <stdint.h>
#ifdef NO_STRING_H
#include "../compat/string.h"
#else