X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fstrlcpy.h;h=2cc786e953084c1e285357a8ac2dd4134d0bf30a;hb=4ce16b829c07e14da5fd53e4dd2b2c733f394032;hp=d4d1908e7ae10f41581541d485ab219195e9e715;hpb=223b6f1ba4819e9a146e7aa451d546726d0bc714;p=novacoin.git diff --git a/src/strlcpy.h b/src/strlcpy.h index d4d1908..2cc786e 100644 --- a/src/strlcpy.h +++ b/src/strlcpy.h @@ -15,6 +15,10 @@ */ #ifndef BITCOIN_STRLCPY_H #define BITCOIN_STRLCPY_H + +#include +#include + /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0).