From: tklauser@access.unizh.ch Date: Fri, 18 Mar 2005 08:27:31 +0000 (+0100) Subject: [PATCH] fix header paths in udev_libc_wrapper.c X-Git-Tag: 056~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a5b9e2994a6d34cb169eaa0e2cf16d0a7c4f197a;ds=sidebyside [PATCH] fix header paths in udev_libc_wrapper.c In udev_libc_wrapper.c the paths to the local header files are wrong. The attached patch fixes this. --- diff --git a/udev_libc_wrapper.c b/udev_libc_wrapper.c index 0dafe4d07..4b39b6f47 100644 --- a/udev_libc_wrapper.c +++ b/udev_libc_wrapper.c @@ -27,10 +27,10 @@ #include #include -#include "../udev_libc_wrapper.h" -#include "../udev.h" -#include "../udev_utils.h" -#include "../logging.h" +#include "udev_libc_wrapper.h" +#include "udev.h" +#include "udev_utils.h" +#include "logging.h" #ifdef __KLIBC__ #define __OWN_USERDB_PARSER__