diff options
-rw-r--r-- | tdecore/network/tdesocketdevice.cpp | 2 | ||||
-rw-r--r-- | tdeio/tdeio/connection.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tdecore/network/tdesocketdevice.cpp b/tdecore/network/tdesocketdevice.cpp index e4802bb7c..b97ad0ba0 100644 --- a/tdecore/network/tdesocketdevice.cpp +++ b/tdecore/network/tdesocketdevice.cpp @@ -39,7 +39,7 @@ #include <unistd.h> #ifdef HAVE_POLL -# include <sys/poll.h> +# include <poll.h> #else # ifdef HAVE_SYS_SELECT # include <sys/select.h> diff --git a/tdeio/tdeio/connection.cpp b/tdeio/tdeio/connection.cpp index fa316f56d..9577ad534 100644 --- a/tdeio/tdeio/connection.cpp +++ b/tdeio/tdeio/connection.cpp @@ -27,7 +27,6 @@ #include <tqtimer.h> #include <sys/types.h> -#include <sys/signal.h> #include <sys/time.h> #include <errno.h> |