From 50a14fdab39354226b9f7f84e6f6d71524567f6d Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Thu, 25 Sep 2008 23:10:31 +0200 Subject: missing stdarg.h inclusion for OpenBSD compatibility hi, i'm in the process of creating a port of libcanberra for openbsd. there's currently a missing include in src/common.h Signed-off-by: Lennart Poettering --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/common.h b/src/common.h index 072c7d1..2c82e64 100644 --- a/src/common.h +++ b/src/common.h @@ -21,6 +21,8 @@ . ***/ +#include + #include "canberra.h" #include "macro.h" #include "mutex.h" -- cgit