summaryrefslogtreecommitdiffstats
path: root/gl/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/inet_ntop.c')
-rw-r--r--gl/inet_ntop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/inet_ntop.c b/gl/inet_ntop.c
index 3e266a2..be091ff 100644
--- a/gl/inet_ntop.c
+++ b/gl/inet_ntop.c
@@ -1,6 +1,6 @@
1/* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form 1/* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form
2 2
3 Copyright (C) 2005, 2006 Free Software Foundation, Inc. 3 Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
36#include <config.h> 36#include <config.h>
37 37
38/* Specification. */ 38/* Specification. */
39#include "inet_ntop.h" 39#include <arpa/inet.h>
40 40
41#include <stdio.h> 41#include <stdio.h>
42#include <string.h> 42#include <string.h>