]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/unix.h
apply parts of the netbsd build patch by Patrick Welche <prlw1@newn.cam.ac.uk>, mostl...
[netatalk.git] / etc / afpd / unix.h
index e3a4d86a9601bcba1545ca0d5d5f11dac49a4ae3..b0d377c3d03be95c3cc7f130e4b5f65a358054e3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.h,v 1.16 2003-12-28 13:51:12 srittau Exp $
+ * $Id: unix.h,v 1.17 2004-01-14 16:10:29 bfernhomberg Exp $
  */
 
 #ifndef AFPD_UNIX_H
@@ -43,6 +43,9 @@ typedef int   mode_t;
 #endif /* __svr4__ || HAVE_SYS_MNTTAB_H */
 
 #ifdef HAVE_SYS_MOUNT_H
+#ifdef HAVE_SYS_PARM_H
+#include <sys/parm.h>
+#endif /* HAVE_SYS_PARM_H */
 #include <sys/mount.h>
 #endif /* HAVE_SYS_MOUNT_H */