Changes of Revision 16
[-] [+] | Changed | tac_plus-gcc43.patch |
@@ -39,3 +39,14 @@ typedef void raw_type; // Type used for raw data on this platform #endif +--- authen.cpp.orig 2008-06-29 13:25:32.000000000 +0200 ++++ authen.cpp 2008-06-29 13:25:49.000000000 +0200 +@@ -17,6 +17,8 @@ + */ + + #include <netinet/in.h> ++#include <string.h> ++#include <stdlib.h> + #include "tac_plus.h" + #include "tacacs.h" + #include "md5.h" |