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 | Add a missing header include for unlink(2). (diff) | |
Fix typo.
| -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 |
