From ae7990cc88dcc6a61edfe9e442174bc5b1bc3299 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 30 Mar 2007 13:24:35 +0000 Subject: * Work around a bug in Apple's GCC preprocessor. --- src/libstore/local-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/local-store.cc') diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index 0bf246f1e6..cd83b8350d 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -1,3 +1,4 @@ +#include "config.h" #include "local-store.hh" #include "util.hh" #include "globals.hh" @@ -7,7 +8,6 @@ #include "aterm.hh" #include "derivations-ast.hh" #include "worker-protocol.hh" -#include "config.h" #include #include -- cgit 1.4.1