From a5b9e2994a6d34cb169eaa0e2cf16d0a7c4f197a Mon Sep 17 00:00:00 2001 From: "tklauser@access.unizh.ch" Date: Fri, 18 Mar 2005 09:27:31 +0100 Subject: [PATCH] [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. --- udev_libc_wrapper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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__ -- 2.30.2