Merge pull request #2271 from Cacodemon345/patch-71

unix: Fix missing include
This commit is contained in:
Miran Grča
2022-04-08 12:19:00 +02:00
committed by GitHub

View File

@@ -18,6 +18,7 @@
#include <inttypes.h>
#include <dlfcn.h>
#include <wchar.h>
#include <pwd.h>
#include <stdatomic.h>
#include <86box/86box.h>