daemon: Include 'config.h' in 'nix-daemon.cc'.

* nix/nix-daemon/nix-daemon.cc: Include 'config.h'.
master
Timothy Sample 2019-09-12 00:50:54 -04:00
parent 015fc03611
commit 82c4ad9646
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "config.h"
#include "shared.hh"
#include "local-store.hh"
#include "util.hh"