Overview
SHA1 Hash: | 17486c353f2e582a10e2f476303bd73be87a4414 |
---|---|
Date: | 2007-10-23 16:30:21 |
User: | drh |
Comment: | Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/sha1.c from [2a394ff16c] to [c47a3f3a2b].
@@ -1,10 +1,11 @@ /* ** This implementation of SHA1 is adapted from the example implementation ** contained in RFC-3174. */ #include <stdint.h> +#include <sys/types.h> #include "config.h" #include "sha1.h" /* * If you do not have the ISO standard stdint.h header file, then you