apk_hash.h: include stddef.h

Needed for ptrdiff_t in some libcs.
cute-signatures
Pierre Carrier 2013-04-18 01:59:36 +02:00 committed by Natanael Copa
parent 61b4c443c9
commit 4d95266e4d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#define APK_HASH_H
#include <stdlib.h>
#include <stddef.h>
#include "apk_defines.h"
#include "apk_blob.h"