From 88d51db39f3b00df1462eb0a18c1825ae1e86485 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 24 Mar 2015 03:44:24 +0100 Subject: Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: JCPP submodule, build, test and doc) --- make/stub_includes/gluegen/stdio.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 make/stub_includes/gluegen/stdio.h (limited to 'make/stub_includes/gluegen') diff --git a/make/stub_includes/gluegen/stdio.h b/make/stub_includes/gluegen/stdio.h new file mode 100644 index 0000000..13d941e --- /dev/null +++ b/make/stub_includes/gluegen/stdio.h @@ -0,0 +1,7 @@ +#ifndef __stdio_h +#define __stdio_h + +#include + +#endif /* __stdio_h */ + -- cgit v1.2.3