pkgsrc/net/latd/patches/patch-aa
2011-11-25 22:14:17 +00:00

13 lines
296 B
Text

$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"