Skip to content
Snippets Groups Projects
Commit be2bc2bb authored by slevy's avatar slevy
Browse files

Need arpa/inet.h for htonl() under unix.

parent e6dd1896
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment