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.
*/
#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 ""