Forgot to include these before
This commit is contained in:
parent
4ba6c37839
commit
c96fc3a382
|
@ -1,6 +1,7 @@
|
||||||
/* Taken from OpenBSD */
|
/* Taken from OpenBSD */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include "../util.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Appends src to string dst of size siz (unlike strncat, siz is the
|
* Appends src to string dst of size siz (unlike strncat, siz is the
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
/* Taken from OpenBSD */
|
/* Taken from OpenBSD */
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include "../util.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copy src to string dst of size siz. At most siz-1 characters
|
* Copy src to string dst of size siz. At most siz-1 characters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user