Changes of Revision 18
[-] [+] | Changed | tac_plus-gcc43.patch |
@@ -51,12 +51,13 @@ #include "tacacs.h" #include "md5.h" --- db.cpp.orig 2008-06-29 13:28:05.000000000 +0200 -+++ db.cpp 2008-06-29 13:28:36.000000000 +0200 -@@ -20,6 +20,7 @@ ++++ db.cpp 2008-06-29 13:41:01.000000000 +0200 +@@ -20,6 +20,8 @@ #include "tacacs.h" #include <stdarg.h> #include <unistd.h> +#include <stdlib.h> ++#include <string.h> db::db(string *url) { dbh = new DBH; |