From: Pekka Riikonen Date: Sun, 21 Sep 2008 12:32:29 +0000 (+0300) Subject: silcruntime.h: include stdarg.h by default X-Git-Tag: 1.2.beta5~2 X-Git-Url: http://git.silc.fi/gitweb/?p=runtime.git;a=commitdiff_plain;h=9d07960e92353552d16a8ca5c99d1eff3d4fb534 silcruntime.h: include stdarg.h by default --- 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)