]> arthur.barton.de Git - netatalk.git/commitdiff
missing include file
authordidg <didg>
Fri, 16 Oct 2009 00:15:53 +0000 (00:15 +0000)
committerdidg <didg>
Fri, 16 Oct 2009 00:15:53 +0000 (00:15 +0000)
etc/afpd/directory.c
etc/afpd/filedir.c

index 4611e5a7084bb115174e44fe38dceca23a163d17..84f0158491d871e2fd53a6d7869b7e682182dace 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: directory.c,v 1.110 2009-10-16 00:11:42 didg Exp $
+ * $Id: directory.c,v 1.111 2009-10-16 00:15:53 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -46,6 +46,7 @@ char *strchr (), *strrchr ();
 #include <atalk/cnid.h>
 #include <atalk/logger.h>
 #include <atalk/uuid.h>
+#include <atalk/unix.h>
 
 #include "directory.h"
 #include "desktop.h"
index 1bef6dfdb0c2f698284b6c53e509a5e1c4295a9a..be346452636531f4e5bac78d95f6f52755081cf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: filedir.c,v 1.58 2009-10-15 10:43:13 didg Exp $
+ * $Id: filedir.c,v 1.59 2009-10-16 00:15:53 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -39,6 +39,7 @@ char *strchr (), *strrchr ();
 #include <atalk/util.h>
 #include <atalk/cnid.h>
 #include <atalk/logger.h>
+#include <atalk/unix.h>
 
 #include "directory.h"
 #include "desktop.h"