--- commands.c.orig 2011-05-20 14:39:41.000000000 -0300 +++ commands.c 2011-05-20 14:40:45.000000000 -0300 @@ -18,9 +18,6 @@ #ifdef HAVE_SYS_SOCKET_H #include #endif -#ifdef HAVE_ASM_SOCKET_H -#include -#endif #ifdef HAVE_NETINET_IN_H #include #endif @@ -35,12 +32,8 @@ #endif #include #include -#ifdef HAVE_WAIT_H -# include -#else -# ifdef HAVE_SYS_WAIT_H -# include -# endif +#ifdef HAVE_SYS_WAIT_H +#include #endif #include "mystring.h"