mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
16361: include <stdio.h> to avoid implicit declarations.
This commit is contained in:
parent
abd901094e
commit
6feb3f57f4
3 changed files with 10 additions and 1 deletions
|
@ -67,6 +67,10 @@
|
|||
* PWS 1996/12/10
|
||||
*/
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "zsh.mdh"
|
||||
#include "input.pro"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue