X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Funix.h;h=b0d377c3d03be95c3cc7f130e4b5f65a358054e3;hp=e3a4d86a9601bcba1545ca0d5d5f11dac49a4ae3;hb=2726bc50a91ff4fc06813edaab91e3596df37e8f;hpb=0bec6e01d5a8c42cb5664846d7757904c7f95bfc diff --git a/etc/afpd/unix.h b/etc/afpd/unix.h index e3a4d86a..b0d377c3 100644 --- a/etc/afpd/unix.h +++ b/etc/afpd/unix.h @@ -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 +#endif /* HAVE_SYS_PARM_H */ #include #endif /* HAVE_SYS_MOUNT_H */