]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/libpy.c
More cleanup. Regenerated wxGTK code.
[wxWidgets.git] / wxPython / src / libpy.c
index 5841d40a508d731b98f94f569be7948f77a2e9ab..7f05d84e59c56ff00f2a0b343e9b20e8a4736d26 100644 (file)
@@ -5,10 +5,14 @@
  * Contains variable linking and pointer type-checking code.
  ************************************************************************/
 
+#include <string.h>
+#include <stdlib.h>
+
+#include "Python.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
-#include "Python.h"
 
 /* Definitions for Windows/Unix exporting */
 #if defined(_WIN32) || defined(__WIN32__)