From 318669327e84d8fc7498e32c5bacfad658d8ba87 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Fri, 18 Jan 2013 16:35:34 -0500 Subject: Fix compile on certain Linux configurations, reduce spawn point height --- src/porting.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/porting.h') diff --git a/src/porting.h b/src/porting.h index 0062c11f3..184e1ab54 100644 --- a/src/porting.h +++ b/src/porting.h @@ -50,6 +50,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define strtoull(x, y, z) _strtoui64(x, y, z) #else #include + #include //for uintptr_t #define ALIGNOF(x) __alignof__(x) #define sleep_ms(x) usleep(x*1000) -- cgit v1.2.3