File licq-1.3.5.2-assert.patch of Package Licq
--- licq-1.3.2/src/icqd-srv.cpp +++ licq-1.3.2/src/icqd-srv.cpp @@ -10,6 +10,7 @@ #include "config.h" #endif +#include <cassert> #include <stdio.h> #include <string.h> #include <sys/types.h> --- licq-1.3.2/src/icqd.cpp +++ licq-1.3.2/src/icqd.cpp @@ -10,6 +10,7 @@ #include "config.h" #endif +#include <cassert> #include <string.h> #include <sys/types.h> #include <unistd.h> --- licq-1.3.2/src/socket.cpp +++ licq-1.3.2/src/socket.cpp @@ -12,6 +12,7 @@ #include "config.h" #endif +#include <cassert> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h>