From 002894dfa7108e1ed38252ad94e481dff3fd7fb9 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Tue, 6 Oct 2015 14:01:47 +0300 Subject: abuild-tar: add missing includes --- abuild-tar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abuild-tar.c b/abuild-tar.c index d8de043..956fcc9 100644 --- a/abuild-tar.c +++ b/abuild-tar.c @@ -8,6 +8,7 @@ * by the Free Software Foundation. See http://www.gnu.org/ for details. */ +#define _GNU_SOURCE #include #include #include @@ -17,6 +18,7 @@ #include #include +#include #ifndef VERSION #define VERSION "" -- cgit v1.2.3