mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* user.h: Include "../edit/edit-widget.h", not
"../gtkedit/edit-widget.h".
This commit is contained in:
parent
b44a4e19c6
commit
4bbb7fd935
@ -1,5 +1,8 @@
|
|||||||
2001-08-24 Pavel Roskin <proski@gnu.org>
|
2001-08-24 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* user.h: Include "../edit/edit-widget.h", not
|
||||||
|
"../gtkedit/edit-widget.h".
|
||||||
|
|
||||||
* subshell.c: Use standard Autoconf symbols to determine whether
|
* subshell.c: Use standard Autoconf symbols to determine whether
|
||||||
to include <stropts.h> and <grp.h>.
|
to include <stropts.h> and <grp.h>.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#ifndef MIDNIGHT
|
#ifndef MIDNIGHT
|
||||||
#include "panel.h"
|
#include "panel.h"
|
||||||
#define MIDNIGHT
|
#define MIDNIGHT
|
||||||
#include "../gtkedit/edit-widget.h"
|
#include "../edit/edit-widget.h"
|
||||||
#undef MIDNIGHT
|
#undef MIDNIGHT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user