diff src/thread/pth/SDL_systhread_c.h @ 329:1d74ddc90cb2

Patrice's fixes for GNU Pthread support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Apr 2002 15:35:28 +0000
parents f6ffac90895c
children b8d311d90021
line wrap: on
line diff
--- a/src/thread/pth/SDL_systhread_c.h	Sun Mar 31 04:07:05 2002 +0000
+++ b/src/thread/pth/SDL_systhread_c.h	Mon Apr 01 15:35:28 2002 +0000
@@ -20,6 +20,11 @@
     slouken@libsdl.org
 */
 
+#ifndef _SDL_SYSTHREAD_C_H_
+#define _SDL_SYSTHREAD_C_H_
+
 #include <pth.h>
 
 typedef pth_t SYS_ThreadHandle;
+
+#endif /* _SDL_SYSTHREAD_C_H_ */