summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 1aede655..d6534887 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -7,13 +7,14 @@ in the source distribution for its full text.
#include "DisplayOptionsPanel.h"
-#include "CheckItem.h"
-#include "CRT.h"
-
#include <assert.h>
#include <stdlib.h>
#include <string.h>
+#include "CheckItem.h"
+#include "CRT.h"
+#include "StringUtils.h"
+
static const char* const DisplayOptionsFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};