summaryrefslogtreecommitdiff
path: root/amiga/arexx.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-11 00:07:11 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-11 00:07:11 +0000
commitae012398b0f0a7320ed1d80bf6c370971033b2b9 (patch)
treeb82c1c21aea28aa02890543f5c09bc9e03fe9b26 /amiga/arexx.c
parent81d024e3d856ccb2e5d8270d8f7168417ece81ac (diff)
downloadnetsurf-ae012398b0f0a7320ed1d80bf6c370971033b2b9.tar.gz
netsurf-ae012398b0f0a7320ed1d80bf6c370971033b2b9.tar.bz2
more easy os3 fixes
Diffstat (limited to 'amiga/arexx.c')
-rw-r--r--amiga/arexx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/arexx.c b/amiga/arexx.c
index b138d4969..eb2a6c10a 100644
--- a/amiga/arexx.c
+++ b/amiga/arexx.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "amiga/os3support.h"
+
#include <stdlib.h>
#include <string.h>
#include <math.h>
@@ -32,11 +34,11 @@
#include "desktop/gui_window.h"
#include "desktop/version.h"
-#include "amiga/os3support.h"
#include "amiga/arexx.h"
#include "amiga/download.h"
#include "amiga/gui.h"
#include "amiga/hotlist.h"
+#include "amiga/misc.h"
#include "amiga/theme.h"
extern const char * const verarexx;