mirror of https://github.com/MidnightCommander/mc
Changes for build after moving logging.[ch] into library
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
2fa4d9b952
commit
545cb0a194
|
@ -34,10 +34,11 @@
|
||||||
|
|
||||||
#include "lib/global.h"
|
#include "lib/global.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
#include "setup.h"
|
|
||||||
#include "lib/mcconfig.h"
|
#include "lib/mcconfig.h"
|
||||||
#include "lib/fileloc.h"
|
#include "lib/fileloc.h"
|
||||||
|
|
||||||
|
#include "src/setup.h"
|
||||||
|
|
||||||
/*** file scope functions **********************************************/
|
/*** file scope functions **********************************************/
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in New Issue