mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Fix ctype.h and wctype.h
This commit is contained in:
parent
e7be5a5e2b
commit
7ebaff34c6
180 changed files with 264 additions and 92 deletions
1
third_party/sed/compile.c
vendored
1
third_party/sed/compile.c
vendored
|
@ -47,6 +47,7 @@
|
|||
#include "libc/sysv/consts/s.h"
|
||||
#include "libc/sysv/consts/utime.h"
|
||||
#include "libc/mem/gc.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "libc/time.h"
|
||||
|
||||
#include "libc/str/str.h"
|
||||
|
|
2
third_party/sed/process.c
vendored
2
third_party/sed/process.c
vendored
|
@ -47,6 +47,8 @@
|
|||
#include "libc/sysv/consts/s.h"
|
||||
#include "libc/sysv/consts/termios.h"
|
||||
#include "third_party/sed/defs.h"
|
||||
#include "libc/wctype.h"
|
||||
#include "libc/ctype.h"
|
||||
#include "third_party/sed/extern.h"
|
||||
|
||||
static SPACE HS, PS, SS, YS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue