]> arthur.barton.de Git - netatalk.git/commitdiff
Try to fix compile errors reported with redhat 7
authorbfernhomberg <bfernhomberg>
Sat, 20 Sep 2003 03:02:56 +0000 (03:02 +0000)
committerbfernhomberg <bfernhomberg>
Sat, 20 Sep 2003 03:02:56 +0000 (03:02 +0000)
libatalk/cnid/dbd/cnid_dbd.c

index 216412a28ce5e7b6b2886a9c8c633b579c398205..31b66439c1a87e6cbf800df2d51aa541f2b443af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: cnid_dbd.c,v 1.1.4.1 2003-09-09 16:42:21 didg Exp $
+ * $Id: cnid_dbd.c,v 1.1.4.2 2003-09-20 03:02:56 bfernhomberg Exp $
  *
  * Copyright (C) Joerg Lenneis 2003
  * All Rights Reserved.  See COPYRIGHT.
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif /* HAVE_SYS_STAT_H */
+#ifdef HAVE_SYS_UIO_H
+#include <sys/uio.h>
+#endif /* HAVE_SYS_UIO_H */
 #include <sys/un.h>
 #include <sys/socket.h>
 #include <sys/param.h>
 #include <errno.h>
-
 #include <netinet/in.h>
 #include <net/if.h>
 #include <netinet/tcp.h>