Diff for /XML/testHTML.c between versions 1.2 and 1.3

version 1.2, 1999/08/25 10:55:46 version 1.3, 1999/09/17 12:08:24
Line 12 Line 12
 #else  #else
 #include <config.h>  #include <config.h>
 #endif  #endif
   
   #include <stdio.h>
   #include <string.h>
   
   #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>  #include <sys/types.h>
   #endif
 #ifdef HAVE_SYS_STAT_H  #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>  #include <sys/stat.h>
 #endif  #endif
Line 22 Line 28
 #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 #include <stdio.h>  #ifdef HAVE_STDLIB_H
 #include <string.h>  
 #include <stdlib.h>  #include <stdlib.h>
   #endif
   
 #include "HTMLparser.h"  #include "HTMLparser.h"
 #include "HTMLtree.h"  #include "HTMLtree.h"

Removed from v.1.2  
changed lines
  Added in v.1.3


Webmaster