summaryrefslogtreecommitdiff
path: root/atari/search.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-20 10:43:58 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-20 10:43:58 +0100
commit3930d00519bbcee968a804b1f445c1638531cc15 (patch)
tree33ff87e76dd6f95d0e4eba80019149bbe59a6001 /atari/search.h
parent759c34b32447417faeec20513a0e586230f246cd (diff)
downloadnetsurf-3930d00519bbcee968a804b1f445c1638531cc15.tar.gz
netsurf-3930d00519bbcee968a804b1f445c1638531cc15.tar.bz2
atari header cleanup and warning squash
This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
Diffstat (limited to 'atari/search.h')
-rw-r--r--atari/search.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/search.h b/atari/search.h
index ee5256778..04dfed4eb 100644
--- a/atari/search.h
+++ b/atari/search.h
@@ -25,6 +25,8 @@
struct gui_window;
struct browser_window;
+#include "desktop/search.h"
+
struct s_search_form_state {
char text[32];
uint32_t flags;