blob: 8abdf74d97b85c63fb6d29f7c62e792f7810e327 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../cosv/source/strings/streamstr.cxx.orig Mon Jul 15 14:49:31 2002
+++ ../cosv/source/strings/streamstr.cxx Mon Jul 15 14:49:33 2002
@@ -65,7 +65,7 @@
// NOT FULLY DECLARED SERVICES
#include <string.h>
#include <stdio.h>
-#if defined(WNT) || defined(LINUX)
+#if defined(WNT) || defined(LINUX) || defined(FREEBSD)
#include <stdarg.h>
#else
#include <sys/varargs.h>
|