diff options
Diffstat (limited to 'contrib/groff/src/libs/libbib/map.c')
-rw-r--r-- | contrib/groff/src/libs/libbib/map.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/groff/src/libs/libbib/map.c b/contrib/groff/src/libs/libbib/map.c index ee5d0087ef1a..4d878a24fc2c 100644 --- a/contrib/groff/src/libs/libbib/map.c +++ b/contrib/groff/src/libs/libbib/map.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001 + Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. @@ -17,6 +18,12 @@ You should have received a copy of the GNU General Public License along with groff; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <stdlib.h> + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #ifdef HAVE_MMAP #include <sys/types.h> |