uvt: include inttypes.h
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 17:00:09 +0000 (18:00 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 17:00:09 +0000 (18:00 +0100)
We use uint8_t so make sure we include inttypes.h in uvt.h.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
src/uvt.h

index 8c41aa6..b9f49f6 100644 (file)
--- a/src/uvt.h
+++ b/src/uvt.h
@@ -33,6 +33,7 @@
 #ifndef UVT_H
 #define UVT_H
 
+#include <inttypes.h>
 #include <linux/kd.h>
 #include <linux/vt.h>
 #include <stdbool.h>