Missing includes for uClinux patches on i386
authorshort <>
Mon, 4 Mar 2002 00:50:58 +0000 (00:50 +0000)
committershort <>
Mon, 4 Mar 2002 00:50:58 +0000 (00:50 +0000)
gnokii/gnokii.c

index 9b94644..fadf2b4 100644 (file)
@@ -20,6 +20,8 @@
 #include <ctype.h>
 #include <time.h>
 #include <sys/stat.h>
 #include <ctype.h>
 #include <time.h>
 #include <sys/stat.h>
+#include <limits.h>
+#include <errno.h>
 
 #ifdef UCLINUX
 /* <getopt.h> or "getopt.h" would include insufficient getopt.h from uClinux */
 
 #ifdef UCLINUX
 /* <getopt.h> or "getopt.h" would include insufficient getopt.h from uClinux */