summaryrefslogtreecommitdiffstats
path: root/UI.c
diff options
context:
space:
mode:
Diffstat (limited to 'UI.c')
-rw-r--r--UI.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/UI.c b/UI.c
index 78b1616..71e9600 100644
--- a/UI.c
+++ b/UI.c
@@ -1,8 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
-#include "strings.h"
+#include "game-strings.h"
#include "types.h"
#include "util.h"