Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/frodo/files/patch-sysdeps.h
16166 views
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