]> git.wh0rd.org - home.git/blobdiff - test.c
gnu-mklog: update gcc path
[home.git] / test.c
diff --git a/test.c b/test.c
index 75fc85a69ebea70f8bcd519f2e7bc9fafca36970..e58a769f0ae68bcd04689fe6ea1287205af4b742 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1,7 +1,11 @@
 /* Test module for quick hacking. */
 
 #define _GNU_SOURCE
+#define _LARGEFILE_SOURCE
+#define _LARGEFILE64_SOURCE
+#define _FILE_OFFSET_BITS 64
 
+#include <termios.h>
 #include <assert.h>
 #include <dirent.h>
 #include <elf.h>
@@ -9,6 +13,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <float.h>
+#include <getopt.h>
 #include <inttypes.h>
 #include <langinfo.h>
 #include <limits.h>