From d9e441b8a1c3363d5ffcd7932c7cb85215e7c60b Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Thu, 22 Mar 2012 08:39:43 +0000 Subject: Make sure we include misc.h using double-quotes so that when the files are put in /usr/lib/ocaml, the includes work fine. Fixes PR#5499 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12255 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/socketaddr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/win32unix/socketaddr.h') diff --git a/otherlibs/win32unix/socketaddr.h b/otherlibs/win32unix/socketaddr.h index 3d2c66754..26deff64b 100644 --- a/otherlibs/win32unix/socketaddr.h +++ b/otherlibs/win32unix/socketaddr.h @@ -13,7 +13,7 @@ /* $Id$ */ -#include +#include "misc.h" union sock_addr_union { struct sockaddr s_gen; -- cgit v1.2.3-70-g09d2