[hackers] [sbase] Forgot to include these before || sin
commit c96fc3a382e38a4fd6d08393b932691b0f6cd5d4
Author: sin <sin_AT_2f30.org>
Date: Thu Jan 30 21:50:01 2014 +0000
Forgot to include these before
diff --git a/util/strlcat.c b/util/strlcat.c
index a50c612..14bea97 100644
--- a/util/strlcat.c
+++ b/util/strlcat.c
_AT_@ -1,6 +1,7 @@
/* Taken from OpenBSD */
#include <sys/types.h>
#include <string.h>
+#include "../util.h"
/*
* Appends src to string dst of size siz (unlike strncat, siz is the
diff --git a/util/strlcpy.c b/util/strlcpy.c
index 3779c78..62fb7f6 100644
--- a/util/strlcpy.c
+++ b/util/strlcpy.c
_AT_@ -1,6 +1,7 @@
/* Taken from OpenBSD */
#include <sys/types.h>
#include <string.h>
+#include "../util.h"
/*
* Copy src to string dst of size siz. At most siz-1 characters
Received on Thu Jan 30 2014 - 22:51:06 CET
This archive was generated by hypermail 2.3.0
: Thu Jan 30 2014 - 23:00:23 CET