From dcca50d0f4cb6fbb3d98ee053fd12ff57b4cc8d1 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 17 Apr 1996 17:31:02 +0000 Subject: [PATCH] Include objc-malloc.h from gnustep/base. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1429 72102866-910b-0410-8b05-ffd578937521 --- Source/o_vscanf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/o_vscanf.c b/Source/o_vscanf.c index 67cda2e6c..18cadac9a 100644 --- a/Source/o_vscanf.c +++ b/Source/o_vscanf.c @@ -20,7 +20,7 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -59,7 +59,7 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include +#include extern double strtod(const char *str, char **ptr); extern long strtol(const char *str, char** ptr, int base);