diff options
Diffstat (limited to 'src/pulsecore/creds.h')
-rw-r--r-- | src/pulsecore/creds.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pulsecore/creds.h b/src/pulsecore/creds.h index e0a025bd0..51dfc33d5 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> |