aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 7914ccd5..77344f15 100644
--- a/driver.c
+++ b/driver.c
@@ -37,7 +37,7 @@
#ifdef KERBEROS_V4
#include <krb.h>
#include <des.h>
-#include <netinet/in.h> /* must be included before "socket.h".*/
+#include <netinet/in.h>
#include <netdb.h>
#endif /* KERBEROS_V4 */
#include "socket.h"