* defs.h: Don't include socket-utils.h until after netinet/in.h
authorKen Raeburn <raeburn@mit.edu>
Thu, 30 Aug 2001 21:05:17 +0000 (21:05 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 30 Aug 2001 21:05:17 +0000 (21:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13704 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/defs.h

index eca10d43d5034b140709342701e367b4eb6edc08..a4fba92ecd6e3853f54c86abfe2baac76f2a094d 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-30  Ken Raeburn  <raeburn@mit.edu>
+
+       * defs.h: Don't include socket-utils.h until after netinet/in.h.
+
 2001-08-29  Ken Raeburn  <raeburn@mit.edu>
 
        * defs.h: Include socket-utils.h.
index 6e388be078b285d799c6e725a2f6d420063b811d..de7fef494d6126843fbdc7e43c47efe3cf486296 100644 (file)
@@ -78,9 +78,6 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 
-/* for socklen() */
-#include "socket-utils.h"
-
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
 
 #include <arpa/telnet.h>
 
+/* for socklen() */
+#include "socket-utils.h"
+
 #include <stdio.h>
 #ifdef __STDC__
 #include <stdlib.h>