summaryrefslogtreecommitdiff
path: root/src/game/bg_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_lib.h')
-rw-r--r--src/game/bg_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_lib.h b/src/game/bg_lib.h
index aafdd8fd..ec62eeac 100644
--- a/src/game/bg_lib.h
+++ b/src/game/bg_lib.h
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define NULL ((void *)0)
#endif
-typedef int size_t;
+typedef unsigned int size_t;
typedef char * va_list;
#define _INTSIZEOF(n) ( (sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1) )