3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* nix/nix-daemon/nix-daemon.cc: Include 'config.h'.
This commit is contained in:
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

View file

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