aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/gluegen/stdarg.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-07 17:07:11 +0100
committerSven Gothel <[email protected]>2010-11-07 17:07:11 +0100
commit510d3eddce9e26e9443bbfbedde0ee2dfa834daa (patch)
tree2d84fc999e7a485ad1654ee1813c9264c222bf79 /make/stub_includes/gluegen/stdarg.h
parent8c2f02849562ea7b5ab52420c1aa798ae7aa0885 (diff)
Add gluegen stdarg.h and inttypes.h
Diffstat (limited to 'make/stub_includes/gluegen/stdarg.h')
-rw-r--r--make/stub_includes/gluegen/stdarg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/stub_includes/gluegen/stdarg.h b/make/stub_includes/gluegen/stdarg.h
new file mode 100644
index 000000000..b5b585baa
--- /dev/null
+++ b/make/stub_includes/gluegen/stdarg.h
@@ -0,0 +1,7 @@
+#ifndef __stdarg_h
+#define __stdarg_h
+
+#include <gluegen_types.h>
+
+#endif /* __stdarg_h */
+