diff --git a/cde/programs/dtksh/ksh93/src/lib/libast/include/sfio.h b/cde/programs/dtksh/ksh93/src/lib/libast/include/sfio.h index 05703d4e4..53f36e9f6 100644 --- a/cde/programs/dtksh/ksh93/src/lib/libast/include/sfio.h +++ b/cde/programs/dtksh/ksh93/src/lib/libast/include/sfio.h @@ -163,6 +163,7 @@ typedef struct _sfio_ Sfile_t, Sfio_t, SFIO; #if defined(linux) typedef struct _sfio_ FILE; +typedef struct _sfio_ __FILE; #endif typedef struct _sfdc_ Sfdisc_t; typedef int (*Sfread_f)_ARG_((Sfio_t*, Void_t*, int, Sfdisc_t*));