diff options
author | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 17:08:35 -0500 |
---|---|---|
committer | Jordan Lewis <jordanthelewis@gmail.com> | 2011-05-15 22:23:42 -0500 |
commit | fdd7d047443b3f4ce1e4433ec28289a11ba4a94b (patch) | |
tree | d912771fcb7953408f36a581f390bbb09e368a7f /src/net.cpp | |
parent | edd309e5373022f9737cb97b7f38872e46a53cd4 (diff) |
Only include strlcpy.h when we have to
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 51d29022be..2d896271f1 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -7,6 +7,7 @@ #include "db.h" #include "net.h" #include "init.h" +#include "strlcpy.h" #ifdef USE_UPNP #include <miniupnpc/miniwget.h> |