X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_closeall.c;h=30cdb9e1b12c4d36fd37b855eeb94e463bbd3c54;hb=b1db7bea4fcc15c30a3a1b34056690cc12971298;hp=bc6b417f88871cb0eeb4c16dae0f58c898419a65;hpb=0e35e82c5e9a0804864839e8fc0e985b1ae41f07;p=pdclib.old diff --git a/functions/_PDCLIB/_PDCLIB_closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c index bc6b417..30cdb9e 100644 --- a/functions/_PDCLIB/_PDCLIB_closeall.c +++ b/functions/_PDCLIB/_PDCLIB_closeall.c @@ -7,9 +7,9 @@ */ #include -#include <_PDCLIB_io.h> #ifndef REGTEST +#include <_PDCLIB_io.h> extern _PDCLIB_file_t * _PDCLIB_filelist; void _PDCLIB_closeall( void )