修复编译问题

This commit is contained in:
ziyue 2021-08-02 17:12:59 +08:00
parent f5842f8c1f
commit f833bfb031

View File

@ -8,6 +8,8 @@
* may be found in the AUTHORS file in the root of the source tree.
*/
#include <signal.h>
#include <string.h>
#ifdef _WIN32
#include "windows.h"
#else