Adding include config.h to strndup.c so that the function is not compiled and doesn't cause errors when the system has its own implementation.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <config.h>
|
||||||
#ifndef HAVE_STRNDUP
|
#ifndef HAVE_STRNDUP
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user