diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/efl_check_funcs.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/efl_check_funcs.m4 b/m4/efl_check_funcs.m4 index 035668537..59a38f789 100644 --- a/m4/efl_check_funcs.m4 +++ b/m4/efl_check_funcs.m4 @@ -211,9 +211,7 @@ dnl _EFL_CHECK_FUNC_SPLICE is for internal use dnl _EFL_CHECK_FUNC_SPLICE(EFL, VARIABLE) AC_DEFUN([_EFL_CHECK_FUNC_SPLICE], [EFL_FIND_LIB_FOR_CODE([$1], [], [$2], [[ -#ifdef HAVE_UNISTD_H -# include <unistd.h> -#endif +#include <unistd.h> #include <fcntl.h> ]], [[ long ret = splice(0, 0, 1, 0, 400, 0); |