Skip to content
Snippets Groups Projects
Commit 6014c21b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Include network byte order conversion macros on Minix.

parent 8c0b1dc3
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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