Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235763 | Differences between
and this patch

Collapse All | Expand All

(-)ufo-orig/src/LuaPlus/LuaPlusCD.h (+1 lines)
Lines 24-29 Link Here
24
#include "lauxlib.h"
24
#include "lauxlib.h"
25
}
25
}
26
26
27
#include <typeinfo> 
27
#include <string.h>
28
#include <string.h>
28
29
29
// LuaPlus Call Dispatcher
30
// LuaPlus Call Dispatcher
(-)ufo-orig/src/server_transport.cpp (+1 lines)
Lines 30-35 Link Here
30
#include <windows.h>
30
#include <windows.h>
31
#define usleep(t) Sleep((t + 999) / 1000)
31
#define usleep(t) Sleep((t + 999) / 1000)
32
#else
32
#else
33
#include <stdlib.h>
33
#include <unistd.h>
34
#include <unistd.h>
34
#endif
35
#endif
35
36

Return to bug 235763