1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

DOM: Add missing config.h #include

This commit is contained in:
Jonas Fonseca 2006-01-30 05:55:35 +01:00 committed by Jonas Fonseca
parent ba2b6e633a
commit f268d0c495

View File

@ -1,5 +1,9 @@
/* DOM Configuration */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "dom/configuration.h"