]> git.saurik.com Git - wxWidgets.git/commitdiff
*** empty log message ***
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2000 02:33:52 +0000 (02:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2000 02:33:52 +0000 (02:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/SWIG/pyexp.swg

index ab6ecf540012305229162638788e3ee64d51c61e..a7305579beddea64d07aaa2e93fa67430efb8753 100644 (file)
@@ -1,3 +1,5 @@
+#include <string.h>
+#include <stdlib.h>
 /* Definitions for Windows/Unix exporting */
 #if defined(__WIN32__)
 #   if defined(_MSC_VER)
@@ -18,6 +20,7 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
+
 extern void SWIG_MakePtr(char *, void *, char *);
 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
 extern char *SWIG_GetPtr(char *, void **, char *);