]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/gets.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / gets.c
index 3185396f7f2cdc0bd4e59574b6ed07a92702cd24..83a261efd6744001414b25dcf2f234afb32bccb9 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include <_PDCLIB_io.h>
 #include <stdint.h>
 
 char * gets( char * s )