Forgot to include these before
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user