diff options
Diffstat (limited to 'parallel/glunix/patches/patch-cl')
-rw-r--r-- | parallel/glunix/patches/patch-cl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-cl b/parallel/glunix/patches/patch-cl new file mode 100644 index 00000000000..2d9fc3a9650 --- /dev/null +++ b/parallel/glunix/patches/patch-cl @@ -0,0 +1,12 @@ +$NetBSD: patch-cl,v 1.1 2005/05/29 14:38:33 wiz Exp $ + +--- glunix/src/perf/cperf_obj.cc.orig 1997-09-05 21:30:08.000000000 +0200 ++++ glunix/src/perf/cperf_obj.cc +@@ -54,6 +54,7 @@ + #define __THIS_MODULE MODULE_PERF + + #include <math.h> ++#include <string.h> + #include "cperf.h" + #include "cperf_obj.h" + #include "cperf_internal.h" |