From fac1de41fcb3b3ee2b05f3fb77d66ad7845f6c2c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 21 Sep 2006 13:25:17 +0000 Subject: Update. --- gl/inet_pton.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gl/inet_pton.c') diff --git a/gl/inet_pton.c b/gl/inet_pton.c index 9f2cb9515b..8bf27d5321 100644 --- a/gl/inet_pton.c +++ b/gl/inet_pton.c @@ -1,5 +1,6 @@ /* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form - Copyright (c) 2006 Free Software Foundation, Inc. + + Copyright (C) 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -32,9 +33,7 @@ * SOFTWARE. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "inet_pton.h" -- cgit v1.2.1