HAVE_LIB* only after include "config.h"

This commit is contained in:
Willem Toorop 2015-08-27 14:38:23 +02:00
parent a8d2e489ad
commit d58d90752b
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <arpa/inet.h>
#include <locale.h>
#include <stringprep.h>
#include "config.h"
#ifdef HAVE_LIBIDN
#include <idna.h>
#endif