X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_closeall.c;h=30cdb9e1b12c4d36fd37b855eeb94e463bbd3c54;hp=bc6b417f88871cb0eeb4c16dae0f58c898419a65;hb=b1db7bea4fcc15c30a3a1b34056690cc12971298;hpb=ed01ab8d9fcc47f6a4089ef72a73ef7a084d1ed3 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 )