From 1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 24 May 2009 09:13:52 +0000 Subject: - fix compile warning (linux strlcpy) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4469 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/bbsrf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/bbsrf.c b/util/bbsrf.c index 107923a4..04213caa 100644 --- a/util/bbsrf.c +++ b/util/bbsrf.c @@ -7,6 +7,7 @@ #include #include #include "config.h" +#include "osdep.h" #define MAX_REMOTE_IP_LEN 32 -- cgit v1.2.3