]> pd.if.org Git - pdclib/blobdiff - opt/basecodecs/_PDCLIB_utf8.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / basecodecs / _PDCLIB_utf8.c
index 6348c79ed852a251cd714ebb05ea1db6077207ce..a4c19adb349a735c6715af6c66641eab61de66b3 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdint.h>
 #include <uchar.h>
 #include <assert.h>
-#include <_PDCLIB_encoding.h>
+#include "_PDCLIB_encoding.h"
 
 /* Use of the mbstate:
  *
@@ -242,7 +242,7 @@ const struct _PDCLIB_charcodec_t _PDCLIB_utf8_codec = {
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {