瀏覽代碼

Patched to compile on Haiku...?

Ryan C. Gordon 9 年之前
父節點
當前提交
c137eb61d7
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/haiku/SDL_BeApp.cc

+ 3 - 1
src/main/haiku/SDL_BeApp.cc

@@ -33,13 +33,15 @@
 #include "SDL_BeApp.h"
 #include "SDL_timer.h"
 #include "SDL_error.h"
-#include "../../thread/SDL_systhread.h"
 
 #include "../../video/haiku/SDL_BWin.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
+
+#include "../../thread/SDL_systhread.h"
+
 /* Flag to tell whether or not the Be application is active or not */
 int SDL_BeAppActive = 0;
 static SDL_Thread *SDL_AppThread = NULL;