summaryrefslogtreecommitdiffstats
path: root/abuild-tar.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-10-06 14:01:47 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-10-06 14:01:47 +0300
commit002894dfa7108e1ed38252ad94e481dff3fd7fb9 (patch)
treebe56f3147742ecdfd9f768275363cfb585ab9c7b /abuild-tar.c
parent34ff6037585727b347ee5f0f5da244449a35837d (diff)
downloadabuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.tar.bz2
abuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.tar.xz
abuild-tar: add missing includes
Diffstat (limited to 'abuild-tar.c')
-rw-r--r--abuild-tar.c2
1 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <fcntl.h>
#include <errno.h>
@@ -17,6 +18,7 @@
#include <string.h>
#include <openssl/evp.h>
+#include <openssl/engine.h>
#ifndef VERSION
#define VERSION ""