diff options
| author | rsc <devnull@localhost> | 2004-03-05 05:13:56 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-05 05:13:56 +0000 |
| commit | 62390091b7ff715e9336cc69a3ee41a6c458221e (patch) | |
| tree | 352da5cb2dce3e3310f6c8324ec79c326d13200a /src/libregexp/lib9.h | |
| parent | 4da83e7ccebd8ab6eb33747d16292567ec59d7dd (diff) | |
| download | plan9port-62390091b7ff715e9336cc69a3ee41a6c458221e.tar.gz plan9port-62390091b7ff715e9336cc69a3ee41a6c458221e.zip | |
Update libregexp with recent bug fixes from Plan 9.
Diffstat (limited to 'src/libregexp/lib9.h')
| -rw-r--r-- | src/libregexp/lib9.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/libregexp/lib9.h b/src/libregexp/lib9.h index d022656d..07a1f976 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> |
