Er, no, I've just checked POSIX, and the following makes more sense. (Why can't I just say "#include <posix-2008.h>" and be done with it?)
diff --git a/rule.c b/rule.c index 4845802..ba70baf 100644 --- a/rule.c +++ b/rule.c @@ -24,6 +24,7 @@ THE SOFTWARE. #include <stdlib.h> #include <string.h> #include <errno.h> +#include <sys/types.h> #include "babeld.h" #include "util.h" _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

