server: Compilation fix.

This commit is contained in:
Gerald Pfeifer 2006-11-05 06:50:45 +01:00 committed by Alexandre Julliard
parent 76e8b504c1
commit 35f0a41629
1 changed files with 3 additions and 0 deletions

View File

@ -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