meschach (1.2b-13) zlufctr.c

Summary

 zlufctr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- meschach-1.2b.orig/zlufctr.c
+++ meschach-1.2b/zlufctr.c
@@ -31,9 +31,9 @@
 static	char	rcsid[] = "$Id: zlufctr.c,v 1.1 1994/01/13 04:26:20 des Exp $";
 
 #include	<stdio.h>
+#include	<math.h>
 #include	"zmatrix.h"
 #include        "zmatrix2.h"
-#include	<math.h>
 
 #define	is_zero(z)	((z).re == 0.0 && (z).im == 0.0)