abuild-tar: add missing includes

This commit is contained in:
Timo Teräs 2015-10-06 14:01:47 +03:00
parent 34ff603758
commit 002894dfa7

View File

@ -8,6 +8,7 @@
* by the Free Software Foundation. See http://www.gnu.org/ for details. * by the Free Software Foundation. See http://www.gnu.org/ for details.
*/ */
#define _GNU_SOURCE
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
@ -17,6 +18,7 @@
#include <string.h> #include <string.h>
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/engine.h>
#ifndef VERSION #ifndef VERSION
#define VERSION "" #define VERSION ""