blob: 887a54743ebeefd6bc3a7f790a8d44ff6f588c60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/megacmdshell/megacmdshellcommunications.cpp.orig 2024-05-20 12:29:43 UTC
+++ src/megacmdshell/megacmdshellcommunications.cpp
@@ -55,7 +55,7 @@
#include <limits.h>
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
#include <netinet/in.h>
#endif
|