diff options
author | Timo Teräs <timo.teras@iki.fi> | 2021-06-19 14:25:54 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-06-19 14:25:54 +0300 |
commit | 2eba7f2af73e535f432068ac88b4f6f465745798 (patch) | |
tree | 5dc6565fdeebbf123c4b325642c493fdb7ff4775 /src/apk_pathbuilder.h | |
parent | b980ed85221e5694f69070945661ad9b1f4f0e2d (diff) | |
download | apk-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.h | 1 |
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 { |