summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 18:00:09 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-05 18:00:09 +0100
commita9219924c8b5087deb114826c94644b93cb10901 (patch)
tree6c24f338402e8f526714037a8f62f5446ee40ae5
parentc56f5fcb4da83ac45fa5bccaad868c69b368290b (diff)
uvt: include inttypes.h
We use uint8_t so make sure we include inttypes.h in uvt.h. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--src/uvt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uvt.h b/src/uvt.h
index 8c41aa6..b9f49f6 100644
--- 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>