summaryrefslogtreecommitdiff
path: root/src/common/showmsg.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-17 17:21:06 -0200
committershennetsind <ind@henn.et>2013-11-17 17:21:06 -0200
commit14be5d4d9d79e57e1db3f1e251c7036f8bbe984a (patch)
treebc731f642a16cbe768abc1c820ccfa6cf9304cd7 /src/common/showmsg.h
parent42a7aa3362807a00f08263d8ead9eb5019051b21 (diff)
downloadhercules-14be5d4d9d79e57e1db3f1e251c7036f8bbe984a.tar.gz
hercules-14be5d4d9d79e57e1db3f1e251c7036f8bbe984a.tar.bz2
hercules-14be5d4d9d79e57e1db3f1e251c7036f8bbe984a.tar.xz
hercules-14be5d4d9d79e57e1db3f1e251c7036f8bbe984a.zip
Fixed Bug 7832
http://hercules.ws/board/tracker/issue-7832-compile-issue/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/showmsg.h')
-rw-r--r--src/common/showmsg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/showmsg.h b/src/common/showmsg.h
index 43d38973f..01eae4480 100644
--- a/src/common/showmsg.h
+++ b/src/common/showmsg.h
@@ -8,6 +8,9 @@
#ifndef _HPMi_H_
#include "../../3rdparty/libconfig/libconfig.h"
#endif
+
+#include <stdarg.h>
+
// for help with the console colors look here:
// http://www.edoceo.com/liberum/?doc=printf-with-color
// some code explanation (used here):