[hackers] [sbase] Forgot to include these before || sin

From: <git_AT_suckless.org>
Date: Thu, 30 Jan 2014 22:50:36 +0100

commit b7c71d71d3acac508f6fe62411f058f4203c9f61
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..8e727fe 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..71373f5 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:50:36 CET

This archive was generated by hypermail 2.3.0 : Thu Jan 30 2014 - 23:00:20 CET