]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include regex.h.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 09:36:59 +0000 (09:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 09:36:59 +0000 (09:36 +0000)
sysdeps/posix/sysconf.c

index b0c559f70bb2ac49c99317464926a7a9c577242c..2d646521a51382d4ab6366ff3cfcf317a3fc33d0 100644 (file)
@@ -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 <time.h>
 #include <unistd.h>
 #include <sys/sysinfo.h>
+#include <sys/types.h>
+#include <regex.h>
 
 
 /* Get the value of the system variable NAME.  */