forked from lix-project/lix
Include <sys/types.h> for off_t
Reported by "gio" on IRC.
This commit is contained in:
parent
c1f91570b3
commit
28bf183d2d
|
@ -3,6 +3,7 @@
|
||||||
#include "types.hh"
|
#include "types.hh"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
Loading…
Reference in a new issue