diff options
-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> |
index : tinydnssec | ||
djbdns with DNSSEC and IPv6 patches |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | sha1.c | 2 |
@@ -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> |