12 lines
327 B
Plaintext
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"
|