diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 18:00:09 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-05 18:00:09 +0100 |
commit | a9219924c8b5087deb114826c94644b93cb10901 (patch) | |
tree | 6c24f338402e8f526714037a8f62f5446ee40ae5 | |
parent | c56f5fcb4da83ac45fa5bccaad868c69b368290b (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #ifndef UVT_H #define UVT_H +#include <inttypes.h> #include <linux/kd.h> #include <linux/vt.h> #include <stdbool.h> |