commit c96fc3a382e38a4fd6d08393b932691b0f6cd5d4
parent 4ba6c378397b541cda0b46b5393ca5a6df7ab627
Author: sin <sin@2f30.org>
Date: Thu, 30 Jan 2014 21:50:01 +0000
Forgot to include these before
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/util/strlcat.c b/util/strlcat.c
@@ -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
@@ -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