Added missed includes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-02-02 11:06:32 +00:00
parent 0bd03e07f5
commit 7f50de4670
2 changed files with 9 additions and 5 deletions

View File

@ -6,6 +6,7 @@
#ifndef __UTIL_TIMEFMT_H
#define __UTIL_TIMEFMT_H
#include <sys/time.h>
#include <sys/types.h>
#define INVALID_TIME_TEXT "(invalid)"

View File

@ -34,18 +34,21 @@
#include "lib/global.h"
#include "lib/tty/tty.h"
#include "lib/search.h"
#include "lib/fileloc.h"
#include "consaver/cons.saver.h"
#include "viewer/mcviewer.h"
#include "lib/vfs/mc-vfs/vfs.h"
#include "user.h"
#include "main.h"
#include "wtools.h"
#include "ext.h"
#include "execute.h"
#include "history.h"
#include "consaver/cons.saver.h"
#include "layout.h"
#include "lib/search.h"
#include "src/viewer/mcviewer.h"
#include "lib/vfs/mc-vfs/vfs.h"
/* If set, we execute the file command to check the file type */
int use_file_to_check_type = 1;