linux: fix build when compiling with -std=c89 -pedantic

This commit is contained in:
Ben Noordhuis 2011-11-23 18:58:41 +01:00
parent 92c9e95721
commit 96c230344d

View File

@ -27,6 +27,10 @@
#include <stddef.h> /* offsetof */
#if __STRICT_ANSI__
# define inline __inline
#endif
#undef HAVE_FUTIMES
#undef HAVE_PIPE2
#undef HAVE_ACCEPT4