Use system includes for stdio.h. r=kin

This commit is contained in:
sfraser%netscape.com 2000-01-26 23:35:34 +00:00
Родитель 8a6b1e24db
Коммит 69b926da10
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,7 @@
#endif
#ifdef IMPORT_DEBUG
#include "stdio.h"
#include <stdio.h>
#define IMPORT_LOG0( x) printf( x)
#define IMPORT_LOG1( x, y) printf( x, y)