projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60645ef
)
Include stdarg.h to workaround libudev bug
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 6 Dec 2008 02:36:08 +0000
(
03:36
+0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 6 Dec 2008 02:36:08 +0000
(
03:36
+0100)
src/udev.c
patch
|
blob
|
history
diff --git
a/src/udev.c
b/src/udev.c
index 0eba6398e418c3ddde19e6df9fa5e2ac3ac349c1..1f80728ca4f8d2a8168271c6fb8c29b608c834c3 100644
(file)
--- a/
src/udev.c
+++ b/
src/udev.c
@@
-23,6
+23,8
@@
#include <config.h>
#endif
+#include <stdarg.h>
+
#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
#include <libudev.h>