aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/spu_config.h')
-rw-r--r--plugins/dfsound/spu_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h
index 6b46bf3..28965ab 100644
--- a/plugins/dfsound/spu_config.h
+++ b/plugins/dfsound/spu_config.h
@@ -1,3 +1,6 @@
+#ifndef __P_SPU_CONFIG_H__
+#define __P_SPU_CONFIG_H__
+
// user settings
typedef struct
@@ -16,3 +19,5 @@ typedef struct
} SPUConfig;
extern SPUConfig spu_config;
+
+#endif /* __P_SPU_CONFIG_H__ */