more includes of string.h

This commit is contained in:
bienvenu%netscape.com 1999-09-06 20:44:26 +00:00
parent d2ba19e67b
commit cae0b1a6cf
8 changed files with 8 additions and 2 deletions

View File

@ -18,7 +18,7 @@
*/
#include "nsUCS2BEToUnicode.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -18,6 +18,7 @@
*/
#include "nsUnicodeToUCS2BE.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -18,6 +18,7 @@
*/
#include "nsUnicodeToUCS2LE.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -18,6 +18,7 @@
*/
#include "nsUnicodeToUCS4BE.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -18,6 +18,7 @@
*/
#include "nsUnicodeToUCS4LE.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -20,6 +20,7 @@
#include "nsUnicodeToUEscape.h"
#include "nsUCvLatinSupport.h"
#include <string.h>
// XXX should we inherited from nsEncoderSupprt ? We don't want the buffer stuff there
class nsUnicodeToUEscape : public nsEncoderSupport

View File

@ -18,6 +18,7 @@
*/
#include "nsUnicodeToUTF7.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]

View File

@ -18,7 +18,7 @@
*/
#include "nsUnicodeToUTF8.h"
#include <string.h>
//----------------------------------------------------------------------
// Global functions and data [declaration]