diff options
-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): |