mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* utilvfs.h: Include background.h.
* cpio.c: Include utilvfs.h.
This commit is contained in:
parent
bc5e0cd228
commit
02cd7bff21
@ -1,3 +1,8 @@
|
||||
2001-05-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* utilvfs.h: Include background.h.
|
||||
* cpio.c: Include utilvfs.h.
|
||||
|
||||
2001-05-14 Pavel Machek <pavel@bug.ucw.cz>
|
||||
|
||||
* Make-mc.in: add possibility to build libvfs.so
|
||||
|
@ -20,7 +20,7 @@
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "xdirentry.h"
|
||||
#include "../src/util.h"
|
||||
#include "utilvfs.h"
|
||||
#include <glib.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
@ -2,4 +2,5 @@
|
||||
#include "../src/global.h"
|
||||
|
||||
#include "../src/tty.h" /* enable/disable interrupt key */
|
||||
#include "../src/background.h"
|
||||
#include "../src/main.h"
|
||||
|
Loading…
Reference in New Issue
Block a user