🐛 fix header in module for vs to build

This commit is contained in:
ValKmjolnir 2023-05-11 19:41:39 +08:00
parent d954a3fc5e
commit dfb0c6ab52
4 changed files with 709 additions and 702 deletions

View File

@ -1,6 +1,10 @@
#include "../nasal.h"
#include <unistd.h>
#include <iostream>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#ifdef _WIN32
#include <conio.h>
#else

View File

@ -1,5 +1,8 @@
#include "../nasal.h"
#ifndef _MSC_VER
#include <unistd.h>
#endif
#ifdef _WIN32
#include <winsock.h>