From 0e79d2bd2c57ae9731488110af9e2960549e9aa7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 6 Dec 2008 03:36:08 +0100 Subject: [PATCH] Include stdarg.h to workaround libudev bug --- src/udev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/udev.c b/src/udev.c index 0eba639..1f80728 100644 --- a/src/udev.c +++ b/src/udev.c @@ -23,6 +23,8 @@ #include #endif +#include + #define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE #include -- 1.7.9.5