Fix libc files not including their associated header.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-04-26 18:16:57 +02:00
parent 76036892c2
commit 57cddb5cc2
3 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -22,7 +22,7 @@
*******************************************************************************/
#include <string.h>
#include <wchar.h>
extern "C" wchar_t* wcscpy(wchar_t* dest, const wchar_t* src)
{

View File

@ -22,7 +22,7 @@
*******************************************************************************/
#include <string.h>
#include <wchar.h>
extern "C" size_t wcslen(const wchar_t* str)
{