server: Compilation fix.
This commit is contained in:
parent
76e8b504c1
commit
35f0a41629
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue