Only include strlcpy.h when we have to
[novacoin.git] / src / util.cpp
index 4e93f62..1b6ba01 100644 (file)
@@ -2,6 +2,7 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file license.txt or http://www.opensource.org/licenses/mit-license.php.
 #include "headers.h"
+#include "strlcpy.h"
 
 using namespace std;
 using namespace boost;