blob: c1543305b3c9bd349715dc1e8c0d0eb0df59f455 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2003/02/16 23:08:26 abs Exp $
--- tstring.cc.orig Fri Feb 14 13:11:53 2003
+++ tstring.cc
@@ -27,6 +27,7 @@
#include <unistd.h>
#endif
#include <errno.h>
+#include "config.h"
#include "tstring.h"
#include "texception.h"
|