diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:26 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:55:26 -0400 |
commit | 58c5db2174747fe79eca2e6adbfb4599315b9058 (patch) | |
tree | 504d628cf8d36f641d9a80e082463ec05c541697 /src/udev/udev.h | |
parent | cae10cc3742018bcd8eca6782fd02132fc291e64 (diff) |
./move.sh
Diffstat (limited to 'src/udev/udev.h')
-rw-r--r-- | src/udev/udev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev.h b/src/udev/udev.h index 1f9c8120c0..91dfc950b4 100644 --- a/src/udev/udev.h +++ b/src/udev/udev.h @@ -22,7 +22,7 @@ #include <sys/types.h> #include "libudev.h" -#include "sd-netlink.h" +#include <systemd/sd-netlink.h> #include "label.h" #include "libudev-private.h" |