diff options
Diffstat (limited to 'lib/debug.c')
-rw-r--r-- | lib/debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/debug.c b/lib/debug.c index e6c6afe..604ab23 100644 --- a/lib/debug.c +++ b/lib/debug.c @@ -1,5 +1,9 @@ /* See the file COPYING for licensing information. */ +#if defined HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <freeradius/libradius.h> #include <radsec/radsec.h> |