[cairo-commit] cairo-ocaml/src ml_cairo_bigarr.c,1.8,1.9
Olivier Andrieu
commit at pdx.freedesktop.org
Sun Aug 26 16:10:31 PDT 2007
Committed by: oandrieu
Update of /cvs/cairo/cairo-ocaml/src
In directory kemper:/tmp/cvs-serv23530/src
Modified Files:
ml_cairo_bigarr.c
Log Message:
2007-08-27 Olivier Andrieu <oandrieu at gmail.com>
* src/ml_cairo_bigarr.c: fix compilation with OCaml 3.10
Index: ml_cairo_bigarr.c
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/src/ml_cairo_bigarr.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ml_cairo_bigarr.c 8 Nov 2006 23:42:34 -0000 1.8
+++ ml_cairo_bigarr.c 26 Aug 2007 23:10:28 -0000 1.9
@@ -6,10 +6,10 @@
/* GNU Lesser General Public License version 2.1 (the "LGPL"). */
/**************************************************************************/
-#include "ml_cairo.h"
-
#include <caml/bigarray.h>
+#include "ml_cairo.h"
+
unsigned long bigarray_byte_size (struct caml_bigarray *);
CAMLprim value
More information about the cairo-commit
mailing list