diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-10-06 14:01:47 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-10-06 14:01:47 +0300 |
commit | 002894dfa7108e1ed38252ad94e481dff3fd7fb9 (patch) | |
tree | be56f3147742ecdfd9f768275363cfb585ab9c7b /abuild-tar.c | |
parent | 34ff6037585727b347ee5f0f5da244449a35837d (diff) | |
download | abuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.tar.gz abuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.tar.bz2 abuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.tar.xz abuild-002894dfa7108e1ed38252ad94e481dff3fd7fb9.zip |
abuild-tar: add missing includes
Diffstat (limited to 'abuild-tar.c')
-rw-r--r-- | abuild-tar.c | 2 |
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 "" |