diff options
| author | Roy Marples <roy@marples.name> | 2014-06-05 13:56:16 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-06-05 13:56:16 +0000 |
| commit | 626462a5d076cda9021d9dc8a9907fb2f902b3a7 (patch) | |
| tree | e14d211f226c106c20d7d4eceed61dc4f82f0405 /configure | |
| parent | 21350faddd38cadf62041a7f38e165cc7c19afe5 (diff) | |
| download | dhcpcd-626462a5d076cda9021d9dc8a9907fb2f902b3a7.tar.xz | |
Fix be64enc test on NetBSD.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -755,6 +755,7 @@ if [ -z "$BE64ENC" ]; then printf "Testing for be64enc ... " cat <<EOF >_be64enc.c #include <sys/endian.h> +#include <stdlib.h> int main(void) { be64enc(NULL, 0); } |
