]> arthur.barton.de Git - netatalk.git/commitdiff
bugfix: missing headers
authordidg <didg>
Fri, 30 Aug 2002 10:19:19 +0000 (10:19 +0000)
committerdidg <didg>
Fri, 30 Aug 2002 10:19:19 +0000 (10:19 +0000)
etc/afpd/unix.h

index 3373aa658b29f347f217de42a83223f6c7313d03..a82a4dae77845dd38fe97b1d5322c4c305ff98a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: unix.h,v 1.10 2002-08-29 18:57:26 didg Exp $
+ * $Id: unix.h,v 1.11 2002-08-30 10:19:19 didg Exp $
  */
 
 #ifndef AFPD_UNIX_H
@@ -84,6 +84,11 @@ typedef int  mode_t;
 #include <jfs/quota.h>
 #endif /* _IBMR2 */
 
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include "directory.h"
+
 extern int getnfsquota __P((const struct vol *, const int, const u_int32_t,
                                 struct dqblk *));