mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
windows: fd.c needs internal.h for logerror()
This commit is contained in:
parent
d3d0838c07
commit
917361d87d
@ -1,6 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include "internal.h"
|
||||
#ifndef __MINGW64__
|
||||
#include <sys/wait.h>
|
||||
#include <sys/time.h>
|
||||
@ -18,7 +20,6 @@
|
||||
#else
|
||||
#define NCPOLLEVENTS (POLLIN)
|
||||
#endif
|
||||
#include "internal.h"
|
||||
|
||||
// release the memory and fd, but don't join the thread (since we might be
|
||||
// getting called within the thread's context, on a callback).
|
||||
|
Loading…
x
Reference in New Issue
Block a user