mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
another windows fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user