1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

include errno.h in udev_libc_wrapper.c

This commit is contained in:
Kay Sievers 2006-02-15 21:12:49 +01:00
parent c779c930f1
commit 4c2d04bd99

View File

@ -25,6 +25,7 @@
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include "udev.h"