ref: 2592d24f9dc784aa4f47033e066a0554e7cf9d5e
parent: e4f321314eb6c3d0059cc7b88790a5e6ae2a1bb4
author: Timothy B. Terriberry <tterribe@xiph.org>
date: Sat Sep 22 19:19:58 EDT 2012
Fix typo in e4f32131. Teach me to change something right before committing.
--- a/src/http.c
+++ b/src/http.c
@@ -161,7 +161,7 @@
# include <sys/socket.h>
# include <sys/timeb.h>
# include <arpa/inet.h>
-# include <netient/in.h>
+# include <netinet/in.h>
# include <fcntl.h>
# include <netdb.h>
# include <poll.h>