mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix libc files not including their associated header.
This commit is contained in:
parent
76036892c2
commit
57cddb5cc2
3 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <sys/syscall.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
DEFN_SYSCALL3(int, sys_unlinkat, SYSCALL_UNLINKAT, int, const char*, int);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
extern "C" wchar_t* wcscpy(wchar_t* dest, const wchar_t* src)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
*******************************************************************************/
|
||||
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
extern "C" size_t wcslen(const wchar_t* str)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue