summaryrefslogtreecommitdiff
path: root/atari/encoding.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-02-01 22:44:43 +0000
committerVincent Sanders <vince@kyllikki.org>2014-02-01 22:44:43 +0000
commit7798dae86a1d85dc020de1e04e37f8ff2713094c (patch)
tree65c801e0d4bb615229dcffac220b9a97d05fb9ba /atari/encoding.c
parent886a3106db6d6a60d2d706d2caad3e883dd70b14 (diff)
downloadnetsurf-7798dae86a1d85dc020de1e04e37f8ff2713094c.tar.gz
netsurf-7798dae86a1d85dc020de1e04e37f8ff2713094c.tar.bz2
fix missing includes
Diffstat (limited to 'atari/encoding.c')
-rw-r--r--atari/encoding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/encoding.c b/atari/encoding.c
index f57a3d770..d0af00af3 100644
--- a/atari/encoding.c
+++ b/atari/encoding.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "desktop/gui.h"
+
#include "atari/encoding.h"