summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-06-05 13:56:16 +0000
committerRoy Marples <roy@marples.name>2014-06-05 13:56:16 +0000
commit626462a5d076cda9021d9dc8a9907fb2f902b3a7 (patch)
treee14d211f226c106c20d7d4eceed61dc4f82f0405 /configure
parent21350faddd38cadf62041a7f38e165cc7c19afe5 (diff)
downloaddhcpcd-626462a5d076cda9021d9dc8a9907fb2f902b3a7.tar.xz
Fix be64enc test on NetBSD.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a0803789..317ff802 100755
--- a/configure
+++ b/configure
@@ -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);
}