summaryrefslogtreecommitdiffstats
path: root/sys/teken
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-04-03 17:22:28 +0000
committered <ed@FreeBSD.org>2010-04-03 17:22:28 +0000
commitb149db7dce4eced6e15a170a0225ceb65ac6733e (patch)
treece8bcdf28a0447e511bf636f2d9b12a63ec731b2 /sys/teken
parentd9ce618d9b6cb74383259e354c514b69802bd22a (diff)
downloadFreeBSD-src-b149db7dce4eced6e15a170a0225ceb65ac6733e.zip
FreeBSD-src-b149db7dce4eced6e15a170a0225ceb65ac6733e.tar.gz
Just use <stdint.h> instead of <inttypes.h>. We don't need it here.
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