diff options
| author | Pietro Cerutti <gahr@gahr.ch> | 2014-10-06 09:48:44 +0200 |
|---|---|---|
| committer | Pietro Cerutti <gahr@gahr.ch> | 2014-10-06 09:48:44 +0200 |
| commit | 600412e53f47760fd8986cdc3c394d68f5f9715c (patch) | |
| tree | 4217d7973c723f036cb051d0405657716f2dbf5b | |
| parent | 9a32554983bc0acbd465d030a66669e64ee760dd (diff) | |
| download | tinydnssec-600412e53f47760fd8986cdc3c394d68f5f9715c.tar.gz tinydnssec-600412e53f47760fd8986cdc3c394d68f5f9715c.tar.bz2 | |
Fix build on FreeBSD
| -rw-r--r-- | sha1.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,7 +92,9 @@ A million repetitions of "a" #include "config.h" #endif +#ifndef __FreeBSD__ #include <endian.h> +#endif #include <stdio.h> #include <string.h> |
