diff options
author | shennetsind <ind@henn.et> | 2013-11-17 17:21:06 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-17 17:21:06 -0200 |
commit | 14be5d4d9d79e57e1db3f1e251c7036f8bbe984a (patch) | |
tree | bc731f642a16cbe768abc1c820ccfa6cf9304cd7 /src/common | |
parent | 42a7aa3362807a00f08263d8ead9eb5019051b21 (diff) | |
download | hercules-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')
-rw-r--r-- | src/common/showmsg.h | 3 |
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): |