mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
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
@ -32,6 +32,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stddef.h> /* size_t */
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/stat.h> /* struct stat */
|
#include <sys/stat.h> /* struct stat */
|
||||||
#include <archive.h> /* struct archive */
|
#include <archive.h> /* struct archive */
|
||||||
|
Loading…
Reference in New Issue
Block a user