1
0
Fork 0

One final rearrangement tweak.

This commit is contained in:
curt 2000-01-13 17:32:30 +00:00
parent a056d93a99
commit b89675ceb8
2 changed files with 2 additions and 1 deletions

View file

@ -65,7 +65,7 @@ extern "C" {
#include <Main/options.hxx> #include <Main/options.hxx>
#include <Cockpit/hud.hxx> #include <Cockpit/hud.hxx>
#include <Network/network.h> #include <NetworkOLK/network.h>
extern char *fgd_callsign; extern char *fgd_callsign;

View file

@ -41,6 +41,7 @@
//#define printf // //#define printf //
/* Netstuff */ /* Netstuff */
#include <arpa/inet.h> #include <arpa/inet.h>
int sock = -1; int sock = -1;