Merge pull request #2371 from 3d-gussner/MK3_Fix_Language_Debug
MK3 fix language debug
This commit is contained in:
commit
0f32c46307
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <inttypes.h>
|
||||
//#include <stdio.h>
|
||||
#ifdef DEBUG_SEC_LANG
|
||||
#include <stdio.h>
|
||||
#endif //DEBUG_SEC_LANG
|
||||
|
||||
#define PROTOCOL_VERSION "1.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue