Index: include/asterisk/file.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/file.h,v retrieving revision 1.30 diff -u -r1.30 file.h --- include/asterisk/file.h 9 Nov 2005 02:04:27 -0000 1.30 +++ include/asterisk/file.h 10 Nov 2005 04:42:06 -0000 @@ -23,14 +23,14 @@ #ifndef _ASTERISK_FILE_H #define _ASTERISK_FILE_H -#ifndef stdin -#error You must include stdio.h before file.h! -#endif /* !stdin */ - #include "asterisk/channel.h" #include "asterisk/frame.h" #include +#include +#ifndef stdin +#error You must include stdio.h before file.h! +#endif /* !stdin */ #if defined(__cplusplus) || defined(c_plusplus) extern "C" {