diff options
Diffstat (limited to 'make/stub_includes/gluegen/gluegen_stdint.h')
-rw-r--r-- | make/stub_includes/gluegen/gluegen_stdint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/stub_includes/gluegen/gluegen_stdint.h b/make/stub_includes/gluegen/gluegen_stdint.h new file mode 100644 index 0000000..5250213 --- /dev/null +++ b/make/stub_includes/gluegen/gluegen_stdint.h @@ -0,0 +1,7 @@ +#ifndef __gluegen_stdint_h +#define __gluegen_stdint_h + +#include <gluegen_types.h> + +#endif /* __gluegen_stdint_h */ + |