1
0
Fork 0
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:
Clint Adams 2001-12-18 01:13:22 +00:00
parent abd901094e
commit 6feb3f57f4
3 changed files with 10 additions and 1 deletions

View file

@ -67,6 +67,10 @@
* PWS 1996/12/10
*/
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#include "zsh.mdh"
#include "input.pro"