mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
$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
|