mirror of https://github.com/MidnightCommander/mc
* src/cons.saver.c [HAVE_CONFIG_H]: Include config.h .
This commit is contained in:
parent
71268714c0
commit
979282dc40
|
@ -1,3 +1,7 @@
|
|||
2006-02-21 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* cons.saver.c [HAVE_CONFIG_H]: Include config.h .
|
||||
|
||||
2006-02-14 David Martin <dmartina@excite.com>
|
||||
|
||||
* hotlist.c (remove_from_hotlist): Fix l18n macro N_() to _().
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
Seeing other peoples consoles is bad thing, but believe me, full
|
||||
root is even worse. */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue