1
0
forked from GitHub/gf-core

another windows fix

This commit is contained in:
Krasimir Angelov
2023-03-24 13:04:58 +01:00
parent 973807247b
commit 3b4729f3db

View File

@@ -6,7 +6,9 @@
#include "./expr.h"
#include "./ffi.h"
#include "./transactions.h"
#ifndef _WIN32
#include <dirent.h>
#endif
static ConcrObject*
Concr_new(PyTypeObject *type, PyObject *args, PyObject *kwds)