X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finet_pton.c;h=5ec88a43acb7deb11f11ccb7a2704b4b60334a46;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=39c08692b4f924395aa6740910bb77065e2c8278;hpb=718b0598a7e9f5e9bdf3efc7e91e69a78e465327;p=gnulib.git diff --git a/lib/inet_pton.c b/lib/inet_pton.c index 39c08692b..5ec88a43a 100644 --- a/lib/inet_pton.c +++ b/lib/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 General Public License as published by @@ -32,9 +33,7 @@ * SOFTWARE. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "inet_pton.h"