summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.h')
-rw-r--r--src/Applet/CCApplet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h
index 98472b46..86a146d6 100644
--- a/src/Applet/CCApplet.h
+++ b/src/Applet/CCApplet.h
@@ -26,6 +26,10 @@
#include <DBusClientProxy.h>
#include<libnotify/notify.h>
+#ifndef BIN_DIR
+ #define BIN_DIR "/usr/bin"
+#endif
+
class CApplet
: public CDBusClient_proxy,
public DBus::IntrospectableProxy,