mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-03 05:02:18 +00:00
abuild-tar: add missing includes
This commit is contained in:
parent
34ff603758
commit
002894dfa7
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user