* src/cons.saver.c [HAVE_CONFIG_H]: Include config.h .

This commit is contained in:
Pavel Tsekov 2006-02-21 14:02:11 +00:00
parent 71268714c0
commit 979282dc40
2 changed files with 8 additions and 0 deletions

View File

@ -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 _().

View File

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