summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixPort.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index e49bbcd..1cd2e8a 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -39,9 +39,7 @@
# include <sys/time.h>
#endif
#include <time.h>
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
+#include <inttypes.h>
#include <unistd.h>
#if defined(__GNUC__) && !defined(__cplusplus)
# pragma GCC diagnostic ignored "-Wc++-compat"