blob: 47cdc209b65913f166e747a62f03f1da1f20cb6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2011/11/25 22:14:17 joerg Exp $
--- clientsession.cc.orig 2003-04-04 11:48:32.000000000 +0000
+++ clientsession.cc
@@ -23,6 +23,8 @@
#include <string>
#include <map>
#include <strstream>
+#include <assert.h>
+#include <cstring>
#include "lat.h"
#include "utils.h"
|