From: Ulrich Drepper Date: Tue, 18 Jan 2000 09:36:59 +0000 (+0000) Subject: Include regex.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df193f33f9ae41d6dcd962ea3217901394dd677;p=thirdparty%2Fglibc.git Include regex.h. --- diff --git a/sysdeps/posix/sysconf.c b/sysdeps/posix/sysconf.c index b0c559f70bb..2d646521a51 100644 --- a/sysdeps/posix/sysconf.c +++ b/sysdeps/posix/sysconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 93, 95, 96, 97, 2000 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 @@ -25,6 +25,8 @@ #include #include #include +#include +#include /* Get the value of the system variable NAME. */