Include <stdio.h> unconditionally in <assert.h> if stderr is needed

From-SVN: r13212
This commit is contained in:
Ian Lance Taylor 1996-11-21 19:29:37 +00:00
parent f486afaa5d
commit 58cf6a1630
1 changed files with 1 additions and 3 deletions

View File

@ -2348,9 +2348,7 @@ if [ -r ${LIB}/$file ]; then
true
else
echo "Fixing $file (needs stdio.h)"
echo '#ifdef __cplusplus
#include <stdio.h>
#endif' >>${LIB}/$file
echo '#include <stdio.h>' >>${LIB}/$file
fi
fi
if grep 'exit *(' ${LIB}/$file >/dev/null 2>/dev/null ||