summaryrefslogtreecommitdiff
path: root/src/apk_pathbuilder.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2021-06-19 14:25:54 +0300
committerTimo Teräs <timo.teras@iki.fi>2021-06-19 14:25:54 +0300
commit2eba7f2af73e535f432068ac88b4f6f465745798 (patch)
tree5dc6565fdeebbf123c4b325642c493fdb7ff4775 /src/apk_pathbuilder.h
parentb980ed85221e5694f69070945661ad9b1f4f0e2d (diff)
downloadapk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.gz
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.bz2
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.tar.xz
apk-tools-2eba7f2af73e535f432068ac88b4f6f465745798.zip
fixup some includes
- remove unneeded assert.h - add needed limits.h
Diffstat (limited to 'src/apk_pathbuilder.h')
-rw-r--r--src/apk_pathbuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_pathbuilder.h b/src/apk_pathbuilder.h
index 34181db..cabf51c 100644
--- a/src/apk_pathbuilder.h
+++ b/src/apk_pathbuilder.h
@@ -9,6 +9,7 @@
#ifndef APK_PATHBUILDER_H
#define APK_PATHBUILDER_H
+#include <limits.h>
#include "apk_blob.h"
struct apk_pathbuilder {