diff options
Diffstat (limited to 'discover/udev.c')
-rw-r--r-- | discover/udev.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/discover/udev.c b/discover/udev.c index 305df95..09c24fd 100644 --- a/discover/udev.c +++ b/discover/udev.c @@ -1,5 +1,7 @@ -#define _GNU_SOURCE +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif #include <assert.h> #include <errno.h> |