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

Include bfu/msgbox.h for info_box.

This is clearly unnecessary as the code already builds, but it is more
proper to include the header file explicitely.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-02-12 21:07:15 +00:00 committed by Miciah Dashiel Butler Masters
parent 3bd14d8392
commit 3dfa237982

View File

@ -6,6 +6,7 @@
#include "elinks.h"
#include "bfu/msgbox.h"
#include "intl/gettext/libintl.h"
#include "main/module.h"
#include "scripting/scripting.h"