summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/creds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/creds.h')
-rw-r--r--src/pulsecore/creds.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pulsecore/creds.h b/src/pulsecore/creds.h
index e0a025bd..51dfc33d 100644
--- a/src/pulsecore/creds.h
+++ b/src/pulsecore/creds.h
@@ -26,7 +26,9 @@
#include <sys/types.h>
-/* config.h must be included before this file */
+#ifndef PACKAGE
+#error "Please include config.h before including this file!"
+#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>