summaryrefslogtreecommitdiff
path: root/Lib/swigfragments.swg
diff options
context:
space:
mode:
authorSeth R Johnson <johnsonsr@ornl.gov>2018-03-23 15:04:00 -0400
committerSeth R Johnson <johnsonsr@ornl.gov>2019-01-06 09:08:12 -0500
commitc041ac6d1cda407baa338bd016c0a68f2f0c6834 (patch)
tree9597444b426c2e4e49345a5a0c0ad4b96c87cd07 /Lib/swigfragments.swg
parentfeeb2516aedfc19fdc1eefe233dec9bc5593fe2b (diff)
downloadswig-c041ac6d1cda407baa338bd016c0a68f2f0c6834.tar.gz
Move <string.h> fragment to swigfragments
Diffstat (limited to 'Lib/swigfragments.swg')
-rw-r--r--Lib/swigfragments.swg4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/swigfragments.swg b/Lib/swigfragments.swg
index 63bb6c8f4..a2b467bce 100644
--- a/Lib/swigfragments.swg
+++ b/Lib/swigfragments.swg
@@ -29,6 +29,10 @@
#include <math.h>
%}
+%fragment("<string.h>", "header") %{
+#include <string.h>
+%}
+
%fragment("<stddef.h>", "header") %{
#include <stddef.h>
%}