Files
macports-ports/net/cdpd/files/strlcpy.c.patch
2022-10-19 18:04:35 +11:00

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>