diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-25 01:25:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2015-06-25 01:25:55 +0000 |
commit | 9241f546988424d65ea40a0b349b491187f72bb7 (patch) | |
tree | ee0e1818ae0df219acb801640aea6c88cb551721 | |
parent | c82349ae0dfefa5d6dc9842dc8b8b840e344da3e (diff) | |
download | ports-9241f546988424d65ea40a0b349b491187f72bb7.tar.gz ports-9241f546988424d65ea40a0b349b491187f72bb7.zip |
Notes
-rw-r--r-- | sysutils/zbackup/files/patch-compression.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/zbackup/files/patch-compression.cc b/sysutils/zbackup/files/patch-compression.cc index c54882139083..741c5e104307 100644 --- a/sysutils/zbackup/files/patch-compression.cc +++ b/sysutils/zbackup/files/patch-compression.cc @@ -5,7 +5,7 @@ }; -#include <endian.h> -+#include <machine/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 |