projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c779c93
)
include errno.h in udev_libc_wrapper.c
author
Kay Sievers
<kay.sievers@suse.de>
Wed, 15 Feb 2006 20:12:49 +0000
(21:12 +0100)
committer
Kay Sievers
<kay.sievers@suse.de>
Wed, 15 Feb 2006 20:12:49 +0000
(21:12 +0100)
udev_libc_wrapper.c
patch
|
blob
|
history
diff --git
a/udev_libc_wrapper.c
b/udev_libc_wrapper.c
index
02a1f8d
..
1711811
100644
(file)
--- a/
udev_libc_wrapper.c
+++ b/
udev_libc_wrapper.c
@@
-25,6
+25,7
@@
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
+#include <errno.h>
#include <sys/types.h>
#include "udev.h"