summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-sysdeps.h')
-rw-r--r--dbus/dbus-sysdeps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h
index 181d9af8..5f2b8677 100644
--- a/dbus/dbus-sysdeps.h
+++ b/dbus/dbus-sysdeps.h
@@ -25,7 +25,10 @@
#ifndef DBUS_SYSDEPS_H
#define DBUS_SYSDEPS_H
+#ifndef VERSION
+#warning Please include config.h before dbus-sysdeps.h
#include "config.h"
+#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>