summaryrefslogtreecommitdiff
path: root/src/apk_hash.h
diff options
context:
space:
mode:
authorPierre Carrier <pierre@gcarrier.fr>2013-04-18 01:59:36 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-04-18 06:19:45 +0000
commit4d95266e4d64631d6659b78acc41f2b942f32a74 (patch)
tree13ea400d88b3ad803f26a77f650460a54c9b8148 /src/apk_hash.h
parent61b4c443c9122429b313a1289da129c1e8b1812b (diff)
downloadapk-tools-4d95266e4d64631d6659b78acc41f2b942f32a74.tar.gz
apk-tools-4d95266e4d64631d6659b78acc41f2b942f32a74.tar.bz2
apk-tools-4d95266e4d64631d6659b78acc41f2b942f32a74.tar.xz
apk-tools-4d95266e4d64631d6659b78acc41f2b942f32a74.zip
apk_hash.h: include stddef.h
Needed for ptrdiff_t in some libcs.
Diffstat (limited to 'src/apk_hash.h')
-rw-r--r--src/apk_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_hash.h b/src/apk_hash.h
index 0184f14..8fad7f7 100644
--- a/src/apk_hash.h
+++ b/src/apk_hash.h
@@ -13,6 +13,7 @@
#define APK_HASH_H
#include <stdlib.h>
+#include <stddef.h>
#include "apk_defines.h"
#include "apk_blob.h"