blob: 63b9f565c8e3bd71b497128c6613531e9aa30e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1 2003/10/21 20:55:42 xtraeme Exp $
--- clientsession.cc.orig 2003-10-20 19:12:16.000000000 +0200
+++ clientsession.cc 2003-10-20 19:12:36.000000000 +0200
@@ -23,6 +23,7 @@
#include <string>
#include <map>
#include <strstream>
+#include <assert.h>
#include "lat.h"
#include "utils.h"
|