diff decoders/mpglib/mpglib_common.c @ 377:cbb15ecf423a

WinCE (PocketPC) patches from Tyler.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Jul 2002 03:58:24 +0000
parents 31cc49d7d0ce
children fb519e6028e3
line wrap: on
line diff
--- a/decoders/mpglib/mpglib_common.c	Tue Jul 02 03:57:48 2002 +0000
+++ b/decoders/mpglib/mpglib_common.c	Tue Jul 02 03:58:24 2002 +0000
@@ -1,6 +1,10 @@
+
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <ctype.h>
 #include <stdlib.h>
-#include <signal.h>
 
 #include "SDL_sound.h"