aboutsummaryrefslogtreecommitdiff
path: root/examples/system/console/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system/console/main.c')
-rw-r--r--examples/system/console/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/system/console/main.c b/examples/system/console/main.c
index b4f91b4..845ca95 100644
--- a/examples/system/console/main.c
+++ b/examples/system/console/main.c
@@ -25,7 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ioctl.h>
+#include <sys/ioctl.h>
#include <sys/fcntl.h>
#include <psxapi.h>
#include <psxetc.h>