diff options
Diffstat (limited to 'libraries/base/aclocal.m4')
-rw-r--r-- | libraries/base/aclocal.m4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/base/aclocal.m4 b/libraries/base/aclocal.m4 index ece0c6f05e..528eac5d21 100644 --- a/libraries/base/aclocal.m4 +++ b/libraries/base/aclocal.m4 @@ -106,6 +106,14 @@ AC_DEFUN([FPTOOLS_HTYPE_INCLUDES], # include <sys/resource.h> #endif +#if HAVE_POLL_H +# include <poll.h> +#endif + +#if HAVE_SYS_SOCKET_H +# include <sys/socket.h> +#endif + #include <stdlib.h> ]) |