forked from lix-project/lix
* Include some missing headers.
This commit is contained in:
parent
f5d5ffe536
commit
b584253af4
|
@ -7,6 +7,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "normalise.hh"
|
||||
#include "references.hh"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
static bool cmpGensByNumber(const Generation & a, const Generation & b)
|
||||
|
|
Loading…
Reference in a new issue