]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/regex.c
hurd: Fix build without NO_HIDDEN
[thirdparty/glibc.git] / posix / regex.c
index 6d0a8976ac6f61ad3370ce9d2a0a85e096c72f3f..02a486c29af0c3d49cd42a305bf00f9202202d38 100644 (file)
@@ -1,5 +1,5 @@
 /* Extended regular expression matching and search library.
-   Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
 
@@ -56,6 +56,9 @@
    #undefs RE_DUP_MAX and sets it to the right value.  */
 #include <limits.h>
 
+/* This header defines the MIN and MAX macros.  */
+#include <sys/param.h>
+
 #include <regex.h>
 #include "regex_internal.h"