summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/lockf.c
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2008-10-06 13:20:27 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2008-10-06 13:20:27 +0000
commitf747f756647d9062bfbbc4e89c1b30ef284d4a2e (patch)
tree0702da7ceb8e88ed0790c1c8f85829c463b02fc4 /otherlibs/win32unix/lockf.c
parent62b2e16e8a090315780ff4f157c0239730d48679 (diff)
Forgotten include
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9071 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/lockf.c')
-rw-r--r--otherlibs/win32unix/lockf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/win32unix/lockf.c b/otherlibs/win32unix/lockf.c
index 662b03206..3d68418d5 100644
--- a/otherlibs/win32unix/lockf.c
+++ b/otherlibs/win32unix/lockf.c
@@ -22,6 +22,7 @@
#include <fail.h>
#include "unixsupport.h"
#include <stdio.h>
+#include <signals.h>
#ifndef INVALID_SET_FILE_POINTER
#define INVALID_SET_FILE_POINTER (-1)