Commit 6014c21b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Include network byte order conversion macros on Minix.

parent 8c0b1dc3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif

#include "urldata.h"
#include "sendf.h"