summaryrefslogtreecommitdiffstats
path: root/sys/teken
diff options
context:
space:
mode:
Diffstat (limited to 'sys/teken')
-rw-r--r--sys/teken/teken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/teken/teken.c b/sys/teken/teken.c
index 1435d2f..91d706f 100644
--- a/sys/teken/teken.c
+++ b/sys/teken/teken.c
@@ -36,7 +36,7 @@
#else /* !(__FreeBSD__ && _KERNEL) */
#include <sys/types.h>
#include <assert.h>
-#include <inttypes.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
#define teken_assert(x) assert(x)
OpenPOWER on IntegriCloud