From abe789311fa607bd73277b38024b4908e350fd8c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 6 Nov 2010 06:35:49 +0100 Subject: Move common -> gluegen, emphasizing it's use case (only for gluegen code generation) --- make/stub_includes/gluegen/stdint.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 make/stub_includes/gluegen/stdint.h (limited to 'make/stub_includes/gluegen/stdint.h') diff --git a/make/stub_includes/gluegen/stdint.h b/make/stub_includes/gluegen/stdint.h new file mode 100644 index 000000000..dd03d2d1e --- /dev/null +++ b/make/stub_includes/gluegen/stdint.h @@ -0,0 +1,7 @@ +#ifndef __stdint_h +#define __stdint_h + +#include + +#endif /* __stdint_h */ + -- cgit v1.2.3