From 28bf183d2d2f775e653efe4cee98d7359ce65455 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Sep 2012 13:00:19 -0400 Subject: [PATCH] Include for off_t Reported by "gio" on IRC. --- src/libstore/globals.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 1fb196db2..d25ee6adc 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -3,6 +3,7 @@ #include "types.hh" #include +#include namespace nix {