aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fbi.c b/fbi.c
index 3ea278a..c12de4a 100644
--- a/fbi.c
+++ b/fbi.c
@@ -40,6 +40,8 @@
#include "filter.h"
#include "desktop.h"
#include "list.h"
+#include "parseconfig.h"
+#include "fbiconfig.h"
#include "jpeg/transupp.h" /* Support routines for jpegtran */
#include "jpegtools.h"
@@ -1240,6 +1242,7 @@ main(int argc, char *argv[])
#ifdef HAVE_LIBLIRC
lirc = lirc_fbi_init();
#endif
+ fbi_read_config();
setlocale(LC_ALL,"");
for (;;) {