diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-24 16:15:28 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-24 16:15:28 +0000 |
| commit | dd4c03d796f73e008d93ade62655deb70aaaf34a (patch) | |
| tree | 381f07ac566718afc00cde9a5470ad8bf16625e4 /libc/unistd/sysconf.c | |
| parent | 0f82408c13d9e8be9dd022b0c21411fe86693f67 (diff) | |
| download | uClibc-alpine-dd4c03d796f73e008d93ade62655deb70aaaf34a.tar.bz2 uClibc-alpine-dd4c03d796f73e008d93ade62655deb70aaaf34a.tar.xz | |
Big sync with trunk.
Diffstat (limited to 'libc/unistd/sysconf.c')
| -rw-r--r-- | libc/unistd/sysconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index f5b49a10f..902697b45 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -29,7 +29,9 @@ #include <unistd.h> #include <sys/sysinfo.h> #include <sys/types.h> +#ifdef __UCLIBC_HAS_REGEX__ #include <regex.h> +#endif #ifndef __UCLIBC_CLK_TCK_CONST #error __UCLIBC_CLK_TCK_CONST not defined! |
