Include <stdio.h> unconditionally in <assert.h> if stderr is needed
From-SVN: r13212
This commit is contained in:
parent
f486afaa5d
commit
58cf6a1630
@ -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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user