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/InotifySource.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/InotifySource.cxx') diff --git a/src/InotifySource.cxx b/src/InotifySource.cxx index ff161b6c6..9a2d4d46d 100644 --- a/src/InotifySource.cxx +++ b/src/InotifySource.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "InotifySource.hxx" #include "util/fifo_buffer.h" -#include "fd_util.h" -#include "FatalError.hxx" +#include "system/fd_util.h" +#include "system/FatalError.hxx" #include -- cgit v1.2.3