Fixed Linux compile issue (lib conflict)

This commit is contained in:
Fred Wulff
2004-06-14 03:47:42 +00:00
parent 03e11c81a1
commit b3470b32ed
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
//This order needed to avoid Linux lib conflicts
#include "ezsockets.h"
#include "global.h"
#include "NetworkSyncManager.h"
#include "ProfileManager.h"
#include "ezsockets.h"
#include "RageLog.h"
#include "StepMania.h"
#include "RageUtil.h"