* user.h: Include "../edit/edit-widget.h", not

"../gtkedit/edit-widget.h".
This commit is contained in:
Pavel Roskin 2001-08-24 18:24:46 +00:00
parent b44a4e19c6
commit 4bbb7fd935
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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
to include <stropts.h> and <grp.h>.

View File

@ -4,7 +4,7 @@
#ifndef MIDNIGHT
#include "panel.h"
#define MIDNIGHT
#include "../gtkedit/edit-widget.h"
#include "../edit/edit-widget.h"
#undef MIDNIGHT
#endif