ggwave : windows fixes (#95)

This commit is contained in:
Karthik Kumar Viswanathan
2023-07-21 23:08:36 -07:00
committed by GitHub
parent 55a0e2ba82
commit 614bcb3aae
5 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
#include "ggwave-common.h"
#if !defined(_WIN32)
#include <dlfcn.h>
#include <unistd.h>
#endif
#include <cstring>
#include <fstream>