openbsd-ports/lang/ocaml/patches/patch-byterun_floats_c
sturm 62600d161c these remove some 64bit warnings
from naddy@, thanks
2002-12-15 17:52:44 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-byterun_floats_c,v 1.1 2002/12/15 17:52:44 sturm Exp $
--- byterun/floats.c.orig Sat Dec 14 03:16:10 2002
+++ byterun/floats.c Sat Dec 14 03:16:21 2002
@@ -16,6 +16,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "alloc.h"
#include "fail.h"
#include "memory.h"