From 9d07960e92353552d16a8ca5c99d1eff3d4fb534 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 21 Sep 2008 15:32:29 +0300 Subject: [PATCH] silcruntime.h: include stdarg.h by default --- lib/silcutil/silcbufferstream.h | 3 +++ lib/silcutil/silcruntime.h.in | 1 + 2 files changed, 4 insertions(+) diff --git a/lib/silcutil/silcbufferstream.h b/lib/silcutil/silcbufferstream.h index f5c7ce04..8110f1c4 100644 --- a/lib/silcutil/silcbufferstream.h +++ b/lib/silcutil/silcbufferstream.h @@ -32,6 +32,9 @@ * Packet API which would be more desriptive name but that API name is already * used by another SILC distribution. * + * Buffer stream is not thread-safe. If the same buffer stream must be + * used in multithreaded environment concurrency control must be employed. + * ***/ #ifndef SILCBUFFERSTREAM_H diff --git a/lib/silcutil/silcruntime.h.in b/lib/silcutil/silcruntime.h.in index 53d45ea8..e553ea15 100644 --- a/lib/silcutil/silcruntime.h.in +++ b/lib/silcutil/silcruntime.h.in @@ -109,6 +109,7 @@ extern "C" { #include #include #include +#include #if defined(HAVE_RUNTIMEDEFS_H) -- 2.24.0