]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uid.c
Forgot to include errno.h.
[netatalk.git] / etc / afpd / uid.c
index f5ab4bf2e15412f2ae926b590f8205bd6c5eb087..0f433d47057792321121f83775e6305d93b02c85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uid.c,v 1.5.2.2 2002-03-05 02:08:12 jmarcus Exp $
+ * $Id: uid.c,v 1.5.2.3 2002-03-17 23:37:49 jmarcus Exp $
  * code: jeff@univrel.pr.uconn.edu
  *
  * These functions are abstracted here, so that all calls for resolving
@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <syslog.h>
+#include <errno.h>
 
 /* functions for username and group */
 #include <pwd.h>