commit | 62390091b7ff715e9336cc69a3ee41a6c458221e | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Mar 05 05:13:56 2004 +0000 |
committer | rsc <devnull@localhost> | Fri Mar 05 05:13:56 2004 +0000 |
tree | 352da5cb2dce3e3310f6c8324ec79c326d13200a | |
parent | 4da83e7ccebd8ab6eb33747d16292567ec59d7dd [diff] [blame] |
Update libregexp with recent bug fixes from Plan 9.
diff --git a/src/libregexp/lib9.h b/src/libregexp/lib9.h index d022656..07a1f97 100644 --- a/src/libregexp/lib9.h +++ b/src/libregexp/lib9.h
@@ -1,6 +1,2 @@ -#include <fmt.h> -#include <setjmp.h> -#include <string.h> -#include <stdlib.h> -#include <unistd.h> - +#include <u.h> +#include <libc.h>