From b70d38dc10868a7ddfac2df7001be36fc37fc21c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 10:31:31 +0200 Subject: Makefile.am: move sources to libsystem.a --- src/ClientNew.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ClientNew.cxx') diff --git a/src/ClientNew.cxx b/src/ClientNew.cxx index 22127c491..c277423ab 100644 --- a/src/ClientNew.cxx +++ b/src/ClientNew.cxx @@ -22,9 +22,9 @@ #include "ClientList.hxx" #include "Partition.hxx" #include "Instance.hxx" -#include "fd_util.h" +#include "system/fd_util.h" extern "C" { -#include "resolver.h" +#include "system/resolver.h" } #include "Permission.hxx" -- cgit v1.2.3