mirror of https://github.com/MidnightCommander/mc
* edit.h: Added missing #include <stdio.h>.
This commit is contained in:
parent
e3176f640e
commit
bf034f70e1
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue