From 35f0a416298f170978b2442ed25093050c584241 Mon Sep 17 00:00:00 2001
From: Gerald Pfeifer <gerald@pfeifer.com>
Date: Sun, 5 Nov 2006 06:50:45 +0100
Subject: [PATCH] server: Compilation fix.

---
 server/fd.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/fd.c b/server/fd.c
index 4fbecbe50b6..3848d101a56 100644
--- a/server/fd.c
+++ b/server/fd.c
@@ -46,6 +46,9 @@
 #ifdef HAVE_SYS_VFS_H
 #include <sys/vfs.h>
 #endif
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #ifdef HAVE_SYS_MOUNT_H
 #include <sys/mount.h>
 #endif
-- 
GitLab