One final rearrangement tweak.
This commit is contained in:
parent
a056d93a99
commit
b89675ceb8
2 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,7 @@ extern "C" {
|
|||
|
||||
#include <Main/options.hxx>
|
||||
#include <Cockpit/hud.hxx>
|
||||
#include <Network/network.h>
|
||||
#include <NetworkOLK/network.h>
|
||||
|
||||
extern char *fgd_callsign;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
//#define printf //
|
||||
|
||||
|
||||
/* Netstuff */
|
||||
#include <arpa/inet.h>
|
||||
int sock = -1;
|
||||
|
|
Loading…
Reference in a new issue