You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
--- a/include/platform.h
|
|
+++ b/include/platform.h
|
|
@@ -253,7 +253,7 @@ typedef int socklen_t;
|
|
# define HAVE_FEATURES_H
|
|
# include <stdint.h>
|
|
# define HAVE_STDINT_H
|
|
-#elif !defined __APPLE__
|
|
+#elif !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
/* Largest integral types. */
|
|
# if BB_BIG_ENDIAN
|
|
/* Looks BROKEN! */
|
|
|