Include <sys/types.h> for off_t

Reported by "gio" on IRC.
This commit is contained in:
Eelco Dolstra 2012-09-25 13:00:19 -04:00
parent c1f91570b3
commit 28bf183d2d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "types.hh"
#include <map>
#include <sys/types.h>
namespace nix {