mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
need winsock2.h in util.c
This commit is contained in:
parent
6897356ef2
commit
0cc8ab0a21
@ -1,6 +1,8 @@
|
|||||||
#ifndef __MINGW64__
|
#ifndef __MINGW64__
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#else
|
||||||
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user