changeset 35855:2f68de22fba6

Fix compilation after r35947 (at least on some systems).
author cehoyos
date Sun, 10 Mar 2013 16:17:32 +0000
parents 08c22970003b
children 310c8995c0d0
files osdep/getch2.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/getch2.c	Sun Mar 10 15:17:44 2013 +0000
+++ b/osdep/getch2.c	Sun Mar 10 16:17:32 2013 +0000
@@ -34,6 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #ifdef CONFIG_IOCTL