* edit.h: Added missing #include <stdio.h>.

This commit is contained in:
Roland Illig 2005-07-06 21:26:26 +00:00
parent e3176f640e
commit bf034f70e1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-07-06 Roland Illig <roland.illig@gmx.de>
* edit.h: Added missing #include <stdio.h>.
2005-06-14 Roland Illig <roland.illig@gmx.de>
* editwidget.c: Don't dereference WButtonBar.

View File

@ -23,6 +23,8 @@
#ifndef MC_EDIT_H
#define MC_EDIT_H
#include <stdio.h>
#define N_menus 5
#define SEARCH_DIALOG_OPTION_NO_SCANF (1 << 0)