summaryrefslogtreecommitdiff
path: root/Lib/pike
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-20 00:56:04 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-20 02:28:48 +0100
commit62638bfd15a14420a6bbf83b3907cdb289093acd (patch)
tree2762970136b7eefa1c4891955c95a41861200d60 /Lib/pike
parent7fd18b361e447e5705582bf28ebf163fa94d5e6a (diff)
downloadswig-62638bfd15a14420a6bbf83b3907cdb289093acd.tar.gz
Pike - a few updates to get Pike 7.8 running most of the examples
Diffstat (limited to 'Lib/pike')
-rw-r--r--Lib/pike/pike.swg6
-rw-r--r--Lib/pike/pikerun.swg5
2 files changed, 6 insertions, 5 deletions
diff --git a/Lib/pike/pike.swg b/Lib/pike/pike.swg
index 130af1346..399752a7a 100644
--- a/Lib/pike/pike.swg
+++ b/Lib/pike/pike.swg
@@ -11,9 +11,9 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include <global.h>
-#include <module.h>
-#include <interpret.h>
+#include <pike/global.h>
+#include <pike/module.h>
+#include <pike/interpret.h>
#ifdef __cplusplus
}
#endif
diff --git a/Lib/pike/pikerun.swg b/Lib/pike/pikerun.swg
index 70d40fac9..6ec1143cf 100644
--- a/Lib/pike/pikerun.swg
+++ b/Lib/pike/pikerun.swg
@@ -9,11 +9,12 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include "object.h"
-#include "program.h"
+#include "pike/object.h"
+#include "pike/program.h"
#ifdef __cplusplus
}
#endif
+#include <assert.h>
/* Stores information about a wrapped object */
typedef struct swig_object_wrapper {