libc for the amiga version
[retrocrawl] / src / amiga / libc / stdint.h
diff --git a/src/amiga/libc/stdint.h b/src/amiga/libc/stdint.h
new file mode 100644 (file)
index 0000000..775c434
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef AMIGA_LIBC_STDINT_H_
+#define AMIGA_LIBC_STDINT_H_
+
+#include <inttypes.h>
+
+#endif /* AMIGA_LIBC_STDINT_H_ */