aboutsummaryrefslogtreecommitdiff
path: root/openbsd-compat/strndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/strndup.c')
-rw-r--r--openbsd-compat/strndup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/strndup.c b/openbsd-compat/strndup.c
index ebb4eccfb819..30ac6f04622d 100644
--- a/openbsd-compat/strndup.c
+++ b/openbsd-compat/strndup.c
@@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_STRNDUP) || defined(BROKEN_STRNDUP)
#include <sys/types.h>