diff options
author | Jonathan Protzenko <Jonathan.Protzenko@ens-lyon.org> | 2012-03-22 08:39:43 +0000 |
---|---|---|
committer | Jonathan Protzenko <Jonathan.Protzenko@ens-lyon.org> | 2012-03-22 08:39:43 +0000 |
commit | d9e441b8a1c3363d5ffcd7932c7cb85215e7c60b (patch) | |
tree | 747c701e2e7fafd152f7b1f0a30f5bb1ef97eb94 /otherlibs/win32unix/socketaddr.h | |
parent | 454a45c2b5f0998d4958d122c7ab41f9500d19ea (diff) |
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
Diffstat (limited to 'otherlibs/win32unix/socketaddr.h')
-rw-r--r-- | otherlibs/win32unix/socketaddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <misc.h> +#include "misc.h" union sock_addr_union { struct sockaddr s_gen; |