Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
002894df
Commit
002894df
authored
Oct 06, 2015
by
Timo Teräs
Browse files
abuild-tar: add missing includes
parent
34ff6037
Changes
1
Show whitespace changes
Inline
Side-by-side
abuild-tar.c
View file @
002894df
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment