]> git.pld-linux.org Git - packages/ocaml-net.git/blob - ocaml-net-buildfix.patch
- release 3 (by relup.sh)
[packages/ocaml-net.git] / ocaml-net-buildfix.patch
1 diff -urN ocamlnet-2.2.9/src/rpc-auth-local/rpclocal.c ocamlnet-2.2.9.new/src/rpc-auth-local/rpclocal.c
2 --- ocamlnet-2.2.9/src/rpc-auth-local/rpclocal.c        2007-11-01 23:12:33.000000000 +0100
3 +++ ocamlnet-2.2.9.new/src/rpc-auth-local/rpclocal.c    2008-07-10 21:38:55.602253120 +0200
4 @@ -3,6 +3,8 @@
5   *
6   */
7  
8 +#define _GNU_SOURCE
9 +
10  #include "caml/mlvalues.h"
11  #include "caml/alloc.h"
12  #include "caml/memory.h"
This page took 0.078984 seconds and 3 git commands to generate.