From 510d3eddce9e26e9443bbfbedde0ee2dfa834daa Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 7 Nov 2010 17:07:11 +0100 Subject: Add gluegen stdarg.h and inttypes.h --- make/stub_includes/gluegen/stdarg.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 make/stub_includes/gluegen/stdarg.h (limited to 'make/stub_includes/gluegen/stdarg.h') 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 + +#endif /* __stdarg_h */ + -- cgit v1.2.3