chiark / gitweb /
[PATCH] fix header paths in udev_libc_wrapper.c
authortklauser@access.unizh.ch <tklauser@access.unizh.ch>
Fri, 18 Mar 2005 08:27:31 +0000 (09:27 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:53:53 +0000 (23:53 -0700)
In udev_libc_wrapper.c the paths to the local header files are wrong.
The attached patch fixes this.

udev_libc_wrapper.c

index 0dafe4d077bb344bdd7dc95adf260f6d822742ca..4b39b6f47627826fd09c836af3a7869b1830c58e 100644 (file)
 #include <fcntl.h>
 #include <sys/types.h>
 
 #include <fcntl.h>
 #include <sys/types.h>
 
-#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__
 
 #ifdef __KLIBC__
 #define __OWN_USERDB_PARSER__