]> git.mxchange.org Git - flightgear.git/blob - src/NetworkOLK/Tools/fg_header.txt
Code reorganization.
[flightgear.git] / src / NetworkOLK / Tools / fg_header.txt
1 These includes must be available on any Un*x, Windoze and Mac Donald's
2
3 #include <stdio.h>
4 #include <sys/socket.h>
5 #include <sys/types.h>
6 #include <netinet/in.h>
7 #include <unistd.h>
8 #include <netdb.h>
9 #include <sys/time.h>
10 #include <fcntl.h>
11 #include <sys/utsname.h>