Should fix the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16817 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-16 14:42:04 +00:00
parent 98b5c6b926
commit e589b33020
+4 -3
View File
@@ -8,14 +8,15 @@
#define _WCHAR_H
#include <wchar_t.h>
#include <stdio.h>
#define _WINT_T
typedef unsigned int wint_t;
typedef int wctype_t;
typedef struct {
int __count;
wint_t __value;
int __count;
wint_t __value;
} mbstate_t;
#include <size_t.h>
@@ -23,7 +24,7 @@ typedef struct {
extern wint_t fgetwc(FILE *);
extern wchar_t *fgetws(wchar_t *, int, FILE *);
extern wint_t fputwc(wchar_t, FILE *);
extern int fputws(const wchar_t *, FILE *);
extern int fputws(const wchar_t *, FILE *);
extern wint_t getwc(FILE *);
extern wint_t getwchar(void);