aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-17 16:10:03 +0000
commit09ac621b4caf975b36433bdb0f053317c960223e (patch)
tree811d61f1408d44fb8c496990c00ea4b2afefadec /src/common-defs.h
parent4f18ab234a9ace138eade48a7a548fd8fa596eec (diff)
downloadayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.gz
ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.bz2
ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.zip
working now - needed a hack in the common-def header - automake you drive me nuts
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index e95b7e0..68cb0b8 100644
--- a/src/common-defs.h
+++ b/src/common-defs.h
@@ -19,6 +19,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __COMMON_DEFS_H__
#define __COMMON_DEFS_H__
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
typedef enum {
MUTED,
ZERO_LEVEL,