diff options
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 "" |