fix(query): fix syntax error on windows.

This commit is contained in:
Haojun Liao 2023-01-29 13:31:43 +08:00
parent 555ee2b556
commit ef8b68bc80
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define ALLOW_FORBID_FUNC #define ALLOW_FORBID_FUNC
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#include <stdlib.h> #include <stdlib.h>
#include "osDef.h"
#ifdef WINDOWS #ifdef WINDOWS
void swapStr(char* j, char* J, int width) { void swapStr(char* j, char* J, int width) {