summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--coveragedb.cxx1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c12f18b4..7edd97aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-02 William Cohen <wcohen@redhat.com>
+ PR 4717
+ From Eugeniy Meshcheryakov <eugen@debian.org>
+ * staptree.cxx: Add #include <cstdlib> for gcc 4.3.
+
2007-07-02 Frank Ch. Eigler <fche@rechat.com>
* staplog.c: New file from Satoru MORIYA
diff --git a/coveragedb.cxx b/coveragedb.cxx
index 15298636..5c130ae9 100644
--- a/coveragedb.cxx
+++ b/coveragedb.cxx
@@ -16,6 +16,7 @@
#include <iostream>
#include <sqlite3.h>
+#include <cstdlib>
using namespace std;