aboutsummaryrefslogtreecommitdiff
path: root/src/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/types.h b/src/include/types.h
new file mode 100644
index 0000000..a6d6530
--- /dev/null
+++ b/src/include/types.h
@@ -0,0 +1,8 @@
+#ifndef TYPES_H
+#define TYPES_H
+
+#include<stdbool.h>
+#include<stddef.h>
+#include<stdint.h>
+
+#endif