Merge pull request #2371 from 3d-gussner/MK3_Fix_Language_Debug

MK3 fix language debug
This commit is contained in:
DRracer 2020-03-23 10:53:14 +01:00 committed by GitHub
commit 0f32c46307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"