@@ -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"