preprocessor test for sys/types.h was accidentally inverted. This was
bug 12789.
+Mon Jul 4 18:01:15 2005 Ben Pfaff <blp@gnu.org>
+
+ * flip.c: [HAVE_SYS_TYPES_H] Really include <sys/types.h>. The
+ preprocessor test for sys/types.h was accidentally inverted. This
+ was bug 12789.
+
Sun Jul 3 22:47:39 2005 Ben Pfaff <blp@gnu.org>
* get.c: (cmd_match_files) Fix memory leak on `by' and on
#include "var.h"
#include "vfm.h"
-#ifndef HAVE_SYS_TYPES_H
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif