summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorJoseph C Wang <joequant@gmail.com>2016-11-12 00:28:39 +0800
committerJoseph C Wang <joequant@gmail.com>2016-11-12 00:28:39 +0800
commit377f756f496252da51724c131f7b77116c03a687 (patch)
tree34af1d0aa04816711c6c56dec6bee2974a212449 /Lib
parentbff182d556f5276ac6d70cfeed2101e11550967c (diff)
downloadswig-377f756f496252da51724c131f7b77116c03a687.tar.gz
Fix #555 - Add stdio.h
This corrects for compilers that need stdio.h
Diffstat (limited to 'Lib')
-rw-r--r--Lib/r/rrun.swg1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/r/rrun.swg b/Lib/r/rrun.swg
index f2c14a574..81f6461d2 100644
--- a/Lib/r/rrun.swg
+++ b/Lib/r/rrun.swg
@@ -20,6 +20,7 @@ extern "C" {
#define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_R_ConvertPtr(obj, pptr, type, flags)
#define SWIG_NewPointerObj(ptr, type, flags) SWIG_R_NewPointerObj(ptr, type, flags)
+#include <stdio.h>
#include <stdlib.h>
#include <assert.h>