silcruntime.h: include stdarg.h by default
authorPekka Riikonen <priikone@silcnet.org>
Sun, 21 Sep 2008 12:32:29 +0000 (15:32 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 21 Sep 2008 12:32:29 +0000 (15:32 +0300)
lib/silcutil/silcbufferstream.h
lib/silcutil/silcruntime.h.in

index f5c7ce04bcaa6c4fb553d89469f0083b49361851..8110f1c44b85a5b97ff5d310c2dc6338baf10a84 100644 (file)
@@ -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
index 53d45ea8a4183fac6790c073b6a28208c5a1222f..e553ea15c186004804b3af438c41b84cb904855d 100644 (file)
@@ -109,6 +109,7 @@ extern "C" {
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdarg.h>
 
 #if defined(HAVE_RUNTIMEDEFS_H)