diff src/thread/linux/SDL_syssem.c @ 94:ae6e6b73333f

Cleaned up the OpenBSD port, thanks to Peter Valchev
author Sam Lantinga <slouken@lokigames.com>
date Sun, 08 Jul 2001 09:00:06 +0000
parents d9e3595b63d5
children e8157fcb3114
line wrap: on
line diff
--- a/src/thread/linux/SDL_syssem.c	Sat Jul 07 23:27:29 2001 +0000
+++ b/src/thread/linux/SDL_syssem.c	Sun Jul 08 09:00:06 2001 +0000
@@ -48,7 +48,7 @@
 #ifdef SDL_USE_PTHREADS
 
 #ifdef SDL_NO_PTHREAD_SEMAPHORES
-#include "generic/SDL_sem.c"
+#include "generic/SDL_syssem.c"
 #else
 
 #include <stdio.h>