1
0
Fork 0
flightgear/src/NetworkOLK/Tools/HEADERS

11 lines
266 B
Text
Raw Normal View History

2000-01-13 17:27:32 +00:00
Please check the presence of the following header files on your system
#include <stdio.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <unistd.h>
#include <netdb.h>
#include <sys/time.h>
#include <fcntl.h>
#include <sys/utsname.h>