Skip to content
Snippets Groups Projects
Commit 9b3e68d4 authored by Paul Spooren's avatar Paul Spooren
Browse files

tar: include missing limits.h


Without this header the build fails when used as a OpenWrt build
dependency.

Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
parent 74361938
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/sysmacros.h> #include <sys/sysmacros.h>
#include <limits.h>
#include "apk_defines.h" #include "apk_defines.h"
#include "apk_tar.h" #include "apk_tar.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment