summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2008-09-25 23:10:31 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-26 00:34:12 +0200
commit50a14fdab39354226b9f7f84e6f6d71524567f6d (patch)
treeb3cf2142bd5f22a6a54b158e8d79b19c9753da2a
parent33a103a1d28e466cce27837b0eab2682315ecb99 (diff)
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 <lennart@poettering.net>
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
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 @@
<http://www.gnu.org/licenses/>.
***/
+#include <stdarg.h>
+
#include "canberra.h"
#include "macro.h"
#include "mutex.h"