Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv13408/port/src/include
Modified Files:
Types.h
Log Message:
The #include for config.h should use "" instead of <>.
Index: Types.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/Types.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Types.h 8 Jul 2003 21:18:07 -0000 1.14
--- Types.h 17 Jul 2003 17:32:23 -0000 1.15
***************
*** 2,6 ****
#define TYPES_H
! #include <config.h>
#include <stdio.h>
#include <stdlib.h>
--- 2,6 ----
#define TYPES_H
! #include "config.h"
#include <stdio.h>
#include <stdlib.h>
|