summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/watch_files.h')
-rw-r--r--synth/watch_files.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/synth/watch_files.h b/synth/watch_files.h
index b9c7d2d..37ecf0a 100644
--- a/synth/watch_files.h
+++ b/synth/watch_files.h
@@ -1,3 +1,6 @@
+#include "defines.h"
+#ifdef WATCHFILES
+
#ifndef __WATCH_FILES_H__
#define __WATCH_FILES_H__
@@ -7,3 +10,5 @@ void add_watch(int prog);
void remove_watch(int prog);
#endif
+
+#endif