Tightening the code a bit.
[fw/pdclib] / functions / stdio / fputc.c
index beff43a5aa4b34a3ab77532b3b11c8106b1d0f14..818d45f645057fe4c93954964eb6b9d4c526e098 100644 (file)
@@ -8,10 +8,10 @@
 
 #include <stdio.h>
 
-#include <_PDCLIB_glue.h>
-
 #ifndef REGTEST
 
+#include <_PDCLIB_glue.h>
+
 /* Write the value c (cast to unsigned char) to the given stream.
    Returns c if successful, EOF otherwise.
    If a write error occurs, the error indicator of the stream is set.