X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_fdopen.c;fp=functions%2Fstdio%2F_PDCLIB_fdopen.c;h=c628ebcd1e5da4ebf48131e2b9771c47c4d0cce1;hb=6ca24b75c75b9c6f22e1e69693d326b8e3330841;hp=7b539528f8a91b97c791b582aece80998962e94b;hpb=6cb7e8dab67e8807aad79c3bdc8f96d78a5e5dbc;p=pdclib diff --git a/functions/stdio/_PDCLIB_fdopen.c b/functions/stdio/_PDCLIB_fdopen.c index 7b53952..c628ebc 100644 --- a/functions/stdio/_PDCLIB_fdopen.c +++ b/functions/stdio/_PDCLIB_fdopen.c @@ -12,6 +12,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> #include +#include extern struct _PDCLIB_file_t * _PDCLIB_filelist;