uses/supports Imaging python module now.
[swftools.git] / lib / python / primitives.h
index e215344..694a8ab 100644 (file)
 #ifndef __primitives_h__
 #define __primitives_h__
 
-#undef HAVE_STAT
 #include <Python.h>
+#undef HAVE_STAT
+
+#include "../rfxswf.h"
 
 /* exported to allow casting to this type */
 extern PyTypeObject ColorClass;