blob: d417cd5b90fcfa7ee78c79a1089ba816082277e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-src_defines.h.in,v 1.1 2013/10/31 02:25:17 minskim Exp $
--- src/defines.h.in.orig 2010-04-05 00:58:02.000000000 +0000
+++ src/defines.h.in
@@ -26,7 +26,9 @@
#include "@LPCAPINC@"
+#ifndef HAVE_STRLCPY
#include "lib/strlcpy.h"
+#endif
#include "common/list.h"
#include "common/cidr.h"
|