From fdd7d047443b3f4ce1e4433ec28289a11ba4a94b Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Sun, 15 May 2011 17:08:35 -0500 Subject: Only include strlcpy.h when we have to --- src/irc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.cpp') diff --git a/src/irc.cpp b/src/irc.cpp index 5c9e0a960..a262eaba4 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "irc.h" #include "net.h" +#include "strlcpy.h" using namespace std; using namespace boost; -- cgit v1.2.3