2016-10-14 07:49:11 +02:00

14 lines
397 B
Plaintext

$NetBSD: patch-ab,v 1.4 2015/12/29 23:34:52 dholland Exp $
Fix include order.
--- 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);