summaryrefslogtreecommitdiffstats
path: root/cache.cxx
diff options
context:
space:
mode:
authorfche <fche>2007-05-31 21:50:51 +0000
committerfche <fche>2007-05-31 21:50:51 +0000
commitf74fb737d7ed8c2b8ea1b4c6c49be89f47cc1d21 (patch)
tree5880b7359203a3e0c2657f9d9527d1b5079c0d14 /cache.cxx
parentafb410914580dea069218b69226b383e2c3146f0 (diff)
downloadsystemtap-steved-f74fb737d7ed8c2b8ea1b4c6c49be89f47cc1d21.tar.gz
systemtap-steved-f74fb737d7ed8c2b8ea1b4c6c49be89f47cc1d21.tar.xz
systemtap-steved-f74fb737d7ed8c2b8ea1b4c6c49be89f47cc1d21.zip
2007-05-31 Frank Ch. Eigler <fche@elastic.org>
PR 3579 From Eugeniy Meshcheryakov <eugen@debian.org> * cache.cxx, parse.cxx: Add #include <cstring> for gcc 4.3.
Diffstat (limited to 'cache.cxx')
-rw-r--r--cache.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.cxx b/cache.cxx
index b17c7af6..90d58356 100644
--- a/cache.cxx
+++ b/cache.cxx
@@ -13,6 +13,7 @@
#include <cerrno>
#include <string>
#include <fstream>
+#include <cstring>
extern "C" {
#include <sys/types.h>