mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix typo.
This commit is contained in:
parent
c82349ae0d
commit
9241f54698
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390528
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
-#include <endian.h>
|
-#include <endian.h>
|
||||||
+#include <machine/endian.h>
|
+#include <sys/endian.h>
|
||||||
|
|
||||||
// like NoStreamEnDecoder, but also adds the uncompressed size before the stream
|
// like NoStreamEnDecoder, but also adds the uncompressed size before the stream
|
||||||
//NOTE You should make sure that the compression function doesn't overwrite any
|
//NOTE You should make sure that the compression function doesn't overwrite any
|
||||||
|
|
Loading…
Add table
Reference in a new issue