Fix typo.

This commit is contained in:
Kevin Lo 2015-06-25 01:25:55 +00:00
parent c82349ae0d
commit 9241f54698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390528

View file

@ -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