diff -NrU5 licq-1.3.5.orig/plugins/auto-reply/configure.ac licq-1.3.5/plugins/auto-reply/configure.ac --- licq-1.3.5.orig/plugins/auto-reply/configure.ac 2006-10-20 23:02:34.000000000 +0200 +++ licq-1.3.5/plugins/auto-reply/configure.ac 2008-04-22 00:41:52.000000000 +0200 @@ -44,11 +44,11 @@ dnl Switch to C++ mode and check for needed C++ headers AC_LANG_SAVE AC_LANG_CPLUSPLUS -AC_CHECK_HEADER(vector.h,, +AC_CHECK_HEADER(vector,, AC_MSG_ERROR(You need to have the libstdc++ headers installed)) AC_LANG_RESTORE AC_OUTPUT( diff -NrU5 licq-1.3.5.orig/plugins/auto-reply/src/autoreply.cpp licq-1.3.5/plugins/auto-reply/src/autoreply.cpp --- licq-1.3.5.orig/plugins/auto-reply/src/autoreply.cpp 2006-07-15 15:10:26.000000000 +0200 +++ licq-1.3.5/plugins/auto-reply/src/autoreply.cpp 2008-04-22 00:41:52.000000000 +0200 @@ -10,10 +10,11 @@ #include #include #include #include #include +#include #ifdef HAVE_ERRNO_H #include #else extern int errno; #endif diff -NrU5 licq-1.3.5.orig/plugins/email/configure.ac licq-1.3.5/plugins/email/configure.ac --- licq-1.3.5.orig/plugins/email/configure.ac 2006-10-20 23:02:34.000000000 +0200 +++ licq-1.3.5/plugins/email/configure.ac 2008-04-22 00:42:48.000000000 +0200 @@ -46,11 +46,11 @@ dnl Switch to C++ mode and check for needed C++ headers AC_LANG_SAVE AC_LANG_CPLUSPLUS -AC_CHECK_HEADER(vector.h,, +AC_CHECK_HEADER(vector,, AC_MSG_ERROR(You need to have the libstdc++ headers installed)) AC_LANG_RESTORE AC_OUTPUT( diff -NrU5 licq-1.3.5.orig/plugins/msn/configure.ac licq-1.3.5/plugins/msn/configure.ac --- licq-1.3.5.orig/plugins/msn/configure.ac 2006-10-20 23:02:34.000000000 +0200 +++ licq-1.3.5/plugins/msn/configure.ac 2008-04-22 00:41:52.000000000 +0200 @@ -51,11 +51,11 @@ dnl Switch to C++ mode and check for needed C++ headers AC_LANG_SAVE AC_LANG_CPLUSPLUS -AC_CHECK_HEADER(vector.h,, +AC_CHECK_HEADER(vector,, AC_MSG_ERROR(You need to have the libstdc++ headers installed)) AC_LANG_RESTORE msn_gcc_major_version=0 diff -NrU5 licq-1.3.5.orig/src/fifo.cpp licq-1.3.5/src/fifo.cpp --- licq-1.3.5.orig/src/fifo.cpp 2007-09-28 22:11:35.000000000 +0200 +++ licq-1.3.5/src/fifo.cpp 2008-04-22 00:41:52.000000000 +0200 @@ -28,10 +28,11 @@ #include #include #include #include #include +#include #include "time-fix.h" #ifdef HAVE_ERRNO_H #include #else