mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
another windows fix
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
#include "./expr.h"
|
#include "./expr.h"
|
||||||
#include "./ffi.h"
|
#include "./ffi.h"
|
||||||
#include "./transactions.h"
|
#include "./transactions.h"
|
||||||
|
#ifndef _WIN32
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static ConcrObject*
|
static ConcrObject*
|
||||||
Concr_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
Concr_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
||||||
|
|||||||
Reference in New Issue
Block a user