36c26909d7
Changelog lists many small changes, most notable is ability to handle VBR files.
12 lines
252 B
Text
12 lines
252 B
Text
$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"
|
|
|