mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
11 lines
357 B
C++
11 lines
357 B
C++
--- compression.cc.orig 2015-06-23 12:18:26.923826000 +0800
|
|
+++ compression.cc 2015-06-23 12:19:37.282685000 +0800
|
|
@@ -292,7 +292,7 @@
|
|
}
|
|
};
|
|
|
|
-#include <endian.h>
|
|
+#include <sys/endian.h>
|
|
|
|
// like NoStreamEnDecoder, but also adds the uncompressed size before the stream
|
|
//NOTE You should make sure that the compression function doesn't overwrite any
|