blob: 20601d7dd4e5dabd9fcf5577cf75ac0105f11723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $
--- server/TLS_Debug.hpp.orig Sat Jun 8 14:12:06 2002
+++ server/TLS_Debug.hpp
@@ -3,6 +3,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdarg.h>
+#include <sys/types.h>
typedef char * PSTR;
class TLS_CDebug
|