diff options
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" |