Patch attached.
diff -Nru
/tmp/apTDsmsFWb/libept-0.5.12ubuntu1/ept/debtags/maint/debtagsindexer.cc
/tmp/oauLGiCZRM/libept-0.5.12ubuntu2/ept/debtags/maint/debtagsindexer.cc
--- libept-0.5.12ubuntu1/ept/debtags/maint/debtagsindexer.cc 2007-12-14
15:24:22.000000000 +0100
+++ libept-0.5.12ubuntu2/ept/debtags/maint/debtagsindexer.cc 2008-01-31
21:04:58.000000000 +0100
@@ -11,6 +11,8 @@
#include <wibble/exception.h>
+#include <cstring>
+
using namespace std;
namespace ept {
diff -Nru /tmp/apTDsmsFWb/libept-0.5.12ubuntu1/ept/debtags/vocabulary.cc
/tmp/oauLGiCZRM/libept-0.5.12ubuntu2/ept/debtags/vocabulary.cc
--- libept-0.5.12ubuntu1/ept/debtags/vocabulary.cc 2007-12-14
15:24:22.000000000 +0100
+++ libept-0.5.12ubuntu2/ept/debtags/vocabulary.cc 2008-01-31
21:11:19.000000000 +0100
@@ -25,6 +25,7 @@
#include <tagcoll/input/memory.h>
+#include <cstring>
#include <sstream>
#include <sys/types.h>
diff -Nru
/tmp/apTDsmsFWb/libept-0.5.12ubuntu1/ept/popcon/maint/popconindexer.cc
/tmp/oauLGiCZRM/libept-0.5.12ubuntu2/ept/popcon/maint/popconindexer.cc
--- libept-0.5.12ubuntu1/ept/popcon/maint/popconindexer.cc 2007-12-14
15:24:22.000000000 +0100
+++ libept-0.5.12ubuntu2/ept/popcon/maint/popconindexer.cc 2008-01-31
21:13:03.000000000 +0100
@@ -10,6 +10,7 @@
#include <set>
#include <string>
#include <cstdio>
+#include <cstring>
using namespace std;
diff -Nru /tmp/apTDsmsFWb/libept-0.5.12ubuntu1/ept/popcon/maint/sourcedir.cc
/tmp/oauLGiCZRM/libept-0.5.12ubuntu2/ept/popcon/maint/sourcedir.cc
--- libept-0.5.12ubuntu1/ept/popcon/maint/sourcedir.cc 2007-12-14
15:24:22.000000000 +0100
+++ libept-0.5.12ubuntu2/ept/popcon/maint/sourcedir.cc 2008-01-31
21:12:38.000000000 +0100
@@ -4,6 +4,8 @@
#include <tagcoll/input/zlib.h>
#include <tagcoll/input/stdio.h>
+#include <cstdlib>
+
using namespace std;
namespace ept {