1
0
Fork 0
flightgear/src/NetworkOLK/Tools/fg_header.txt
1999-06-28 18:22:20 +00:00

11 lines
No EOL
266 B
Text

These includes must be available on any Un*x, Windoze and Mac Donald's
#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>