summaryrefslogtreecommitdiff
path: root/sys-apps/apk-tools/files/apk-tools-2.6.4-glibc-add-missing-headers.patch
blob: f299e9ac98210a65104297140d75047cb7a62b50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/blob.c b/src/blob.c
index 07ea6f3..9147afa 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -12,6 +12,7 @@
 #include <malloc.h>
 #include <string.h>
 #include <stdio.h>
+#include <stdint.h>
 
 #include "apk_blob.h"
 #include "apk_hash.h"