X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstpcpy.c;h=6369661a488704043ac760ac447db9d146c317cd;hb=16157cc455337732a6afe4785a75f6344e49a43f;hp=5ca0a2e30cb9cbae78a56d6010790fb14f652934;hpb=f3b489276d00b4e26869c1da01e9baca5af60d10;p=gnulib.git diff --git a/lib/stpcpy.c b/lib/stpcpy.c index 5ca0a2e30..6369661a4 100644 --- a/lib/stpcpy.c +++ b/lib/stpcpy.c @@ -12,11 +12,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H -#include +#if HAVE_CONFIG_H +# include #endif /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */