diff options
Diffstat (limited to 'test/SWIG')
-rw-r--r-- | test/SWIG/SWIG.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/SWIG/SWIG.py b/test/SWIG/SWIG.py index 3ddc686..96e00e7 100644 --- a/test/SWIG/SWIG.py +++ b/test/SWIG/SWIG.py @@ -64,6 +64,8 @@ env.Clone(SWIGFLAGS = '-c++').Program(target = 'test3', source = 'test3.i') """ % locals()) test.write('test1.i', r""" +#include <stdio.h> +#include <stdlib.h> int main(int argc, char *argv[]) { argv[argc++] = "--"; |