win32 compile fixes

This commit is contained in:
Dabb 2000-10-29 08:38:43 +00:00
parent aadb0d31b5
commit 26b2e9d594

View file

@ -32,7 +32,9 @@
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifndef WIN32
#include <sys/signal.h>
#endif
#include <SDL.h>
#include "console.h"