plug-ins: Use _fileno on Windows
This commit is contained in:
parent
f788cdac9d
commit
9aef11022a
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
||||
#include <gegl.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue