1
0
Fork 0
flightgear/src/NetworkOLK/Tools/fg_header.txt

11 lines
266 B
Text
Raw Normal View History

1999-06-28 18:22:20 +00:00
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>