summaryrefslogtreecommitdiff
path: root/src/main-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-sdl.c')
-rw-r--r--src/main-sdl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main-sdl.c b/src/main-sdl.c
index c9e70b73..03023b86 100644
--- a/src/main-sdl.c
+++ b/src/main-sdl.c
@@ -26,6 +26,8 @@
#ifdef USE_SDL
#include "angband.h"
+#include "util.h"
+
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>