1--- sysdeps.h.orig 2002-01-02 21:15:27 UTC 2+++ sysdeps.h 3@@ -25,8 +25,10 @@ extern "C" 4 #endif 5 6 #ifdef HAVE_VALUES_H 7+#if !defined(__FreeBSD__) 8 #include <values.h> 9 #endif 10+#endif 11 12 #ifdef HAVE_STRINGS_H 13 #include <strings.h> 14 15