diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-03-30T13·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-03-30T13·24+0000 |
commit | ae7990cc88dcc6a61edfe9e442174bc5b1bc3299 (patch) | |
tree | b3c3f230323b51fd5b7b9530cd1899e3864962f1 /src/nix-setuid-helper | |
parent | 4caca58ff7cc2edae110a11b9c47d14fea345eca (diff) |
* Work around a bug in Apple's GCC preprocessor.
Diffstat (limited to 'src/nix-setuid-helper')
-rw-r--r-- | src/nix-setuid-helper/nix-setuid-helper.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix-setuid-helper/nix-setuid-helper.cc b/src/nix-setuid-helper/nix-setuid-helper.cc index 58df479fc845..37347cd281c5 100644 --- a/src/nix-setuid-helper/nix-setuid-helper.cc +++ b/src/nix-setuid-helper/nix-setuid-helper.cc @@ -1,3 +1,5 @@ +#include "config.h" + #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> @@ -10,7 +12,6 @@ #include <iostream> #include <vector> -#include "config.h" #include "util.hh" using namespace nix; |