mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
[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:
parent
7f7ae03a62
commit
a5b9e2994a
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user