Tightening the code a bit.
[fw/pdclib] / functions / stdio / fread.c
index 51e6a7b37a5d8766134dc581e395808d4a2b57de..52abb73478e05ea19597afb229695e3631164393 100644 (file)
@@ -7,10 +7,11 @@
 */
 
 #include <stdio.h>
-#include <_PDCLIB_glue.h>
 
 #ifndef REGTEST
 
+#include <_PDCLIB_glue.h>
+
 #include <stdbool.h>
 #include <string.h>