$NetBSD: patch-aa,v 1.2 2013/01/21 02:58:05 othyro Exp $

Add FreeBSD and NetBSD support.

--- src/utils.c.orig	2010-02-04 12:25:12.000000000 +0000
+++ src/utils.c
@@ -22,6 +22,10 @@
 #include "check.h"
 #include "connection.h"
 #include "project.h"
+#if defined(__FreeBSD__) || defined(__NetBSD__)
+#include <sys/param.h>
+#include <sys/mount.h>
+#endif
 
 #include "utils.h"
 
