--- filterdiff.c.orig Thu Jan 31 14:35:00 2002 +++ filterdiff.c Fri Feb 1 13:32:41 2002 @@ -27,6 +27,9 @@ #ifdef HAVE_ERROR_H # include #endif /* HAVE_ERROR_H */ +#ifdef HAVE_SYS_TYPES_H +# include // for ssize_t +#endif /* HAVE_SYS_TYPES_H */ #include #include #include @@ -34,9 +37,6 @@ #include #include #include -#ifdef HAVE_SYS_TYPES_H -# include // for ssize_t -#endif /* HAVE_SYS_TYPES_H */ #include #include "util.h"