Add missing include for size_t
Needed for things like our strndup() substitute function. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
b0f9477f01
commit
67c0e9cab3
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h> /* size_t */
|
||||
#include <time.h>
|
||||
#include <sys/stat.h> /* struct stat */
|
||||
#include <archive.h> /* struct archive */
|
||||
|
|
Loading…
Add table
Reference in a new issue