summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 55343229..f1e10036 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -35,6 +35,7 @@
#include <winalleg.h>
#endif
+#include "../sound/sound.h"
/*
* The list model for modes list
@@ -71,7 +72,7 @@ class Setup : public Window, public gcn::ActionListener {
public:
void action(const std::string& eventId);
- static Setup * create_setup();
+ static Setup * create_setup();
};
#endif