summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx01/system.h')
-rw-r--r--c/src/tests/psxtests/psx01/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx01/system.h b/c/src/tests/psxtests/psx01/system.h
index 75433a7ee7..0868489f9a 100644
--- a/c/src/tests/psxtests/psx01/system.h
+++ b/c/src/tests/psxtests/psx01/system.h
@@ -18,13 +18,14 @@
#include <bsp.h>
#include <pthread.h>
+#include <assert.h>
#include <stdio.h>
-void Init(
+void *Init(
void *argument
);
-void Task_1_through_3(
+void *Task_1_through_3(
void *argument
);