aboutsummaryrefslogtreecommitdiffstats
path: root/src/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-02 00:36:14 +0000
committerDavid Robillard <d@drobilla.net>2012-08-02 00:36:14 +0000
commitae52df4ba3f6fe7fb7488791e2bd6ce84fb68f9a (patch)
treeb40acf88d2088d642d7336f288fef73cb74550df /src/zix
parent35e38f95feed56dab2e5b1b10a7939ab640e3163 (diff)
downloadjalv-ae52df4ba3f6fe7fb7488791e2bd6ce84fb68f9a.tar.gz
jalv-ae52df4ba3f6fe7fb7488791e2bd6ce84fb68f9a.tar.bz2
jalv-ae52df4ba3f6fe7fb7488791e2bd6ce84fb68f9a.zip
Fix compilation on Windows.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/zix')
-rw-r--r--src/zix/sem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zix/sem.h b/src/zix/sem.h
index 98117c8..72c7d8d 100644
--- a/src/zix/sem.h
+++ b/src/zix/sem.h
@@ -20,6 +20,7 @@
#ifdef __APPLE__
# include <mach/mach.h>
#elif defined(_WIN32)
+# include <limits.h>
# include <windows.h>
#else
# include <semaphore.h>