pkgsrc/lang/nhc98/patches/patch-ab

11 lines
377 B
Text

$NetBSD: patch-ab,v 1.3 2005/06/24 23:58:18 kristerw Exp $
--- src/prelude/BinArray/cLowUnboxedArray.c.orig 2005-06-04 18:13:50.000000000 +0000
+++ src/prelude/BinArray/cLowUnboxedArray.c 2005-06-04 18:14:03.000000000 +0000
@@ -1,5 +1,5 @@
-#include "cLowUnboxedArray.h"
#include <stdlib.h>
+#include "cLowUnboxedArray.h"
void finaliseUBA (UBA uba) {
free(uba->block);