diff options
Diffstat (limited to 'src/nix-env/profiles.cc')
-rw-r--r-- | src/nix-env/profiles.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-env/profiles.cc b/src/nix-env/profiles.cc index 1039634d60ac..6db291b3d21c 100644 --- a/src/nix-env/profiles.cc +++ b/src/nix-env/profiles.cc @@ -4,6 +4,7 @@ #include <sys/stat.h> #include <unistd.h> #include <errno.h> +#include <stdio.h> static bool cmpGensByNumber(const Generation & a, const Generation & b) |