summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_maybe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_maybe.c b/src/lib/krb5/ccache/file/fcc_maybe.c
index 1ff94977a..3af6504b7 100644
--- a/src/lib/krb5/ccache/file/fcc_maybe.c
+++ b/src/lib/krb5/ccache/file/fcc_maybe.c
@@ -20,7 +20,7 @@ static char rcsid_fcc_maybe_c[] =
#include <krb5/osconf.h>
#ifdef KRB5_USE_INET
-#include <netinet/in.h> /* XXX ip only? */
+#include <netinet/in.h>
#else
#error find some way to use net-byte-order file version numbers.
#endif