[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.
This commit is contained in:
tklauser@access.unizh.ch 2005-03-18 09:27:31 +01:00 committed by Greg KH
parent 7f7ae03a62
commit a5b9e2994a

View File

@ -27,10 +27,10 @@
#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__