test_compile.c (321B)
1 #include "common.h" 2 3 #include <poll.h> 4 #include <stdio.h> 5 #include <stdlib.h> 6 #include <string.h> 7 #include <strings.h> 8 #include <unistd.h> 9 #include <wchar.h> 10 11 #include <sys/select.h> 12 #include <sys/socket.h> 13 #include <sys/stat.h> 14 15 /* Check that all headers are compiling.*/ 16 int main(int argc, char** argv) { 17 return 0; 18 }