aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/softsynth/emumidi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 1e8f4bf2a7..3fb2733b71 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -22,6 +22,9 @@
* $Id$
*/
+#ifndef SOUND_SOFTSYNTH_EMUMIDI_H
+#define SOUND_SOFTSYNTH_EMUMIDI_H
+
#include "sound/audiostream.h"
#include "sound/mididrv.h"
#include "sound/mixer.h"
@@ -109,3 +112,5 @@ public:
}
bool endOfData() const { return false; }
};
+
+#endif