diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | coveragedb.cxx | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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; |