Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv11908
Modified Files:
ntfs_unicode.h
Log Message:
Fixed include.
Index: ntfs_unicode.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/ntfs_unicode.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ntfs_unicode.h 2001/03/05 03:31:08 1.1
--- ntfs_unicode.h 2001/03/05 03:37:18 1.2
***************
*** 24,34 ****
#define NTFS_UNICODE_H
- #include "endians.h"
- #include "wchar.h"
/*
! * This would be defining wchar_t in the kernel, but stdio.h defines it for
* userspace.
*/
/* #include <linux/nls.h> */
/**
--- 24,36 ----
#define NTFS_UNICODE_H
/*
! * nls.h would be defining wchar_t in the kernel, but stdio.h defines it for
* userspace.
*/
/* #include <linux/nls.h> */
+ #include <stdio.h>
+ #include <wchar.h>
+
+ #include "endians.h"
/**
|