Code

Include config.h in source files.
[sysdb.git] / src / utils / llist.c
index 401a4ba5d92280901c5782e48cda24443842cd98..2dc7781cccab7f2ca8decd373461ae7e42999d0b 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#if HAVE_CONFIG_H
+#      include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include "utils/llist.h"
 
 #include <assert.h>