blob: 0ea1d74580f27d78287f0552114a60cbf331455e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.1.1.1 2001/02/09 03:27:02 jtb Exp $
--- src/bin/geomutil/math2oogl/math2oogl.c.orig Fri Feb 9 02:22:10 2001
+++ src/bin/geomutil/math2oogl/math2oogl.c
@@ -55,6 +55,7 @@
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/param.h>
#endif
#include <sys/errno.h>
#include <string.h>
|