0713 nwnss: keep xmlNSS2 close to original includes
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
| See Also
|
||||
| xmlNSS.c
|
||||
+-------------------------------------------------------------------------*/
|
||||
#include <procdefs.h>
|
||||
|
||||
#include <zOmni.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@@ -48,6 +50,7 @@
|
||||
#include "zError.h"
|
||||
#include "guid.h"
|
||||
#include "xmlNSS.h"
|
||||
#include <library/xStdlib.h>
|
||||
#include <library/xStdio.h>
|
||||
#include <library/xUnicode.h>
|
||||
|
||||
@@ -302,7 +305,7 @@ void XML_Display(
|
||||
}
|
||||
memcpy( buffer, start, amount-1 );
|
||||
buffer[amount-1] = 0;
|
||||
LB_aprintf( LGREEN, "%s \"%s\"\n", messageString, buffer );
|
||||
aprintf( LGREEN, "%s \"%s\"\n", messageString, buffer );
|
||||
LB_free( buffer );
|
||||
|
||||
} /* End of XML_Display() */
|
||||
|
||||
Reference in New Issue
Block a user