mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-16 01:20:45 -08:00
Include unistd.h for gcc 4.7
In gcc 4.7, some includes were removed. This fixes the build. Signed-off-by: Andrew Ayer <agwa@andrewayer.name>
This commit is contained in:
committed by
Andrew Ayer
parent
3680884767
commit
60d96ecf80
@@ -22,6 +22,7 @@
|
||||
#include "util.hpp"
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user