changeset 643:ad738873083e

Add SDL.h #include to ppl.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Apr 2013 12:46:07 +0300
parents 0888971cbff8
children ffe0d08422c8
files ppl.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppl.c	Mon Apr 15 10:36:05 2013 +0300
+++ b/ppl.c	Mon Apr 15 12:46:07 2013 +0300
@@ -5,12 +5,14 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
+#include <SDL.h>
+#include "dmlib.h"
+
 #include "jss.h"
 #include "jssmod.h"
 #include "jssmix.h"
 #include "jssplr.h"
 
-#include "dmlib.h"
 #include "dmargs.h"
 #include "dmimage.h"
 #include "dmtext.h"