summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clients/klist/ChangeLog4
-rw-r--r--src/clients/klist/klist.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog
index 0e56fb68c..f6b73d86b 100644
--- a/src/clients/klist/ChangeLog
+++ b/src/clients/klist/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-11 Ken Raeburn <raeburn@mit.edu>
+
+ * klist.c: Include autoconf.h before network headers.
+
2004-06-16 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (all-mac): Target deleted.
diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c
index c3dac2792..368f799b7 100644
--- a/src/clients/klist/klist.c
+++ b/src/clients/klist/klist.c
@@ -39,6 +39,8 @@
#include <string.h>
#include <stdio.h>
#include <time.h>
+/* Need definition of INET6 before network headers, for IRIX. */
+#include "autoconf.h"
#if defined(HAVE_ARPA_INET_H)
#include <arpa/inet.h>
#endif