mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
will never be defined, even on systems which have these functions.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "php_config.h"
|
||||
|
||||
#ifndef HAVE_STRLCAT
|
||||
|
||||
/* $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $ */
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#include "php_config.h"
|
||||
|
||||
#ifndef HAVE_STRLCPY
|
||||
|
||||
/* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */
|
||||
|
||||
Reference in New Issue
Block a user