From be2bc2bbbda619d30968e6876b13631fed685479 Mon Sep 17 00:00:00 2001 From: slevy <slevy> Date: Fri, 25 Jul 2008 15:56:21 +0000 Subject: [PATCH] Need arpa/inet.h for htonl() under unix. --- src/futil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/futil.c b/src/futil.c index 8e61493..07e1c77 100644 --- a/src/futil.c +++ b/src/futil.c @@ -137,6 +137,7 @@ geom.umn.edu; email: software@geom.umn.edu. */ #if defined(unix) || defined(__unix) # include <sys/time.h> +# include <arpa/inet.h> /* for htonl() */ # ifndef NeXT # include <unistd.h> # endif -- GitLab