Fixed: Compilation under Linux

This commit is contained in:
kervala 2011-01-14 16:23:22 +01:00
parent c1dd2c5dc9
commit 70c83d483f
2 changed files with 7 additions and 6 deletions

View file

@ -1576,5 +1576,6 @@ void main( int argc, char argv[] )
} }
printf( "-- DONE --\n" ); printf( "-- DONE --\n" );
}
return 0;
}

View file

@ -26,11 +26,11 @@
*/ */
#include "nel\misc\common.h" #include "nel/misc/common.h"
#include "nel\misc\debug.h" #include "nel/misc/debug.h"
#include "nel\misc\sstring.h" #include "nel/misc/sstring.h"
#include "nel\misc\path.h" #include "nel/misc/path.h"
#include "nel\misc\file.h" #include "nel/misc/file.h"
#include <iostream> #include <iostream>
using namespace NLMISC; using namespace NLMISC;