mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
279 B
Diff
14 lines
279 B
Diff
--- strlcpy.c.orig 2008-12-02 04:17:32.000000000 +1100
|
|
+++ strlcpy.c 2022-10-19 17:51:26.000000000 +1100
|
|
@@ -27,6 +27,10 @@
|
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include "config.h"
|
|
+#endif
|
|
+
|
|
#ifndef HAVE_STRLCPY
|
|
|
|
#include <sys/types.h>
|