summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/textselection.c')
-rw-r--r--riscos/textselection.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index dc852a79c..38a33ef74 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -23,8 +23,9 @@
#include <assert.h>
#include <stdio.h>
#include <string.h>
-#include "oslib/osfile.h"
-#include "oslib/wimp.h"
+#include <stdlib.h>
+#include <oslib/osfile.h>
+#include <oslib/wimp.h>
#include "utils/log.h"
#include "utils/utf8.h"