Forgot to include these before

This commit is contained in:
sin 2014-01-30 21:50:01 +00:00
parent 4ba6c37839
commit c96fc3a382
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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