summaryrefslogtreecommitdiff
path: root/synth/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/globals.h')
-rw-r--r--synth/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/globals.h b/synth/globals.h
index bccacdf..78c6e74 100644
--- a/synth/globals.h
+++ b/synth/globals.h
@@ -29,7 +29,9 @@ extern bool quiet;
extern bool connect_audio, connect_midi;
+#ifdef WATCHFILES
extern bool watchfiles;
+#endif
extern float cleanup_interval_sec;
extern float snh_freq_hz;