os: fix copy appname overflow

This commit is contained in:
afwerar 2022-08-10 13:05:46 +08:00
parent 712f7e8cce
commit 59d982333c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define ALLOW_FORBID_FUNC
#define _DEFAULT_SOURCE
#include "os.h"
#include "tdef.h"
#include "pthread.h"
#ifdef WINDOWS