summaryrefslogtreecommitdiff
path: root/filesystems/fuse-darling-dmg/patches/patch-src_main-fuse.cpp
blob: 8ad9abbdf5dd816d546348f62e9779c7d7dad522 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/main-fuse.cpp.orig	2016-03-10 17:36:33.000000000 +0100
+++ src/main-fuse.cpp	2016-03-10 17:36:50.000000000 +0100
@@ -2,7 +2,7 @@
 #include <cstring>
 #include <iostream>
 #include <cstdio>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__)
 #include <sys/endian.h>
 #else
 #include <endian.h>