Mercurial > hg > octave-kai > gnulib-hg
changeset 4304:70e590c93c06
update from libc
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 18 Apr 2003 12:04:31 +0000 |
parents | c842eddb3b4f |
children | 784fa3ead9d6 |
files | lib/regex.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/regex.h +++ b/lib/regex.h @@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985,1989-93,1995-98,2000,2001,2002 + Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -21,6 +21,8 @@ #ifndef _REGEX_H #define _REGEX_H 1 +#include <sys/types.h> + /* Allow the use in C++ code. */ #ifdef __cplusplus extern "C" {