17 lines
361 B
Text
17 lines
361 B
Text
|
$NetBSD: patch-aa,v 1.1.1.1 2003/06/24 05:05:21 xtraeme Exp $
|
||
|
|
||
|
--- src/utils.c.orig 2003-06-24 07:03:04.000000000 +0200
|
||
|
+++ src/utils.c 2003-06-24 07:04:09.000000000 +0200
|
||
|
@@ -17,6 +17,11 @@
|
||
|
* Boston, MA 02111-1307, USA.
|
||
|
*/
|
||
|
|
||
|
+#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||
|
+#include <sys/param.h>
|
||
|
+#include <sys/mount.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#include "utils.h"
|
||
|
|
||
|
|