]> arthur.barton.de Git - netatalk.git/commitdiff
fix NetBSD compile problems
authorbfernhomberg <bfernhomberg>
Tue, 15 Jun 2004 00:52:09 +0000 (00:52 +0000)
committerbfernhomberg <bfernhomberg>
Tue, 15 Jun 2004 00:52:09 +0000 (00:52 +0000)
etc/uams/uams_passwd.c

index 0ca8ec508b39bdb6d66c51f8e0762d2642a37768..86c303fbc975a1f434c4ca6e1c768987938ee445 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_passwd.c,v 1.19.2.1.2.8 2004-03-18 02:56:32 bfernhomberg Exp $
+ * $Id: uams_passwd.c,v 1.19.2.1.2.9 2004-06-15 00:52:09 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -10,6 +10,7 @@
 #include <config.h>
 #endif /* HAVE_CONFIG_H */
 
+#include <sys/types.h>
 /* crypt needs _XOPEN_SOURCE (500) at least on BSD, but that breaks Solaris compile */
 #ifdef NETBSD
 #define _XOPEN_SOURCE 500 /* for crypt() */