Browse Source

fix relative includes in CoreLib

diafero 13 years ago
parent
commit
d7e399bc17
  1. 2
      Sources/Plasma/CoreLib/hsThread_Unix.cpp

2
Sources/Plasma/CoreLib/hsThread_Unix.cpp

@ -153,7 +153,7 @@ static void InitMutexTimerFile()
#include <time.h>
#include <stdio.h>
#include <unistd.h>
#include "../NucleusLib/inc/hsTimer.h"
#include "NucleusLib/inc/hsTimer.h"
static FILE * gEventLoggingFile = nil;

Loading…
Cancel
Save