summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-05-06 12:16:45 +0100
committerVincent Sanders <vince@kyllikki.org>2019-05-06 12:16:45 +0100
commit2c49123a270b2e723c76516750e9325eb6ab99dc (patch)
tree2b31091121e0592a8b57efa53e93fbbccd7bc1dd
parentdbf02c37f4f1652561b9542530dd93b3ba310e9f (diff)
downloadnetsurf-2c49123a270b2e723c76516750e9325eb6ab99dc.tar.gz
netsurf-2c49123a270b2e723c76516750e9325eb6ab99dc.tar.bz2
attempt to fix amiga os3 build
-rw-r--r--frontends/amiga/drag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/amiga/drag.c b/frontends/amiga/drag.c
index ec0ee3c6a..31ddc14a8 100644
--- a/frontends/amiga/drag.c
+++ b/frontends/amiga/drag.c
@@ -326,6 +326,8 @@ void *ami_window_at_pointer(int type)
}
#else
+#include <stddef.h>
+
#include "utils/errors.h"
#include "amiga/drag.h"