aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/portdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/portdefs.h')
-rw-r--r--backends/dc/portdefs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/dc/portdefs.h b/backends/dc/portdefs.h
new file mode 100644
index 0000000000..fd7929ffe7
--- /dev/null
+++ b/backends/dc/portdefs.h
@@ -0,0 +1,9 @@
+#include <sys/types.h>
+#include <stdio.h>
+#include <fcntl.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include <assert.h>
+#include <ctype.h>
+#include <ronin/ronin.h>