diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 17:03:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-05 17:03:25 -0400 |
commit | 4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (patch) | |
tree | 54e6e64995f65e619fdbd9a40b2b1e83244507b7 /src/libudev/log.h | |
parent | e35ef44ebe788aaffd1f6910750492bacaba7b6f (diff) |
src/{libudev,udev}: minor renamings from upstream
Diffstat (limited to 'src/libudev/log.h')
-rw-r--r-- | src/libudev/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/log.h b/src/libudev/log.h index 45a4f9c2f0..1b2a67a030 100644 --- a/src/libudev/log.h +++ b/src/libudev/log.h @@ -21,9 +21,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <syslog.h> #include <stdbool.h> #include <stdarg.h> +#include <syslog.h> #include <errno.h> #include "macro.h" |