]> arthur.barton.de Git - netatalk.git/commitdiff
Added a missing define. (Olaf)
authorsrittau <srittau>
Sun, 26 Jan 2003 16:54:46 +0000 (16:54 +0000)
committersrittau <srittau>
Sun, 26 Jan 2003 16:54:46 +0000 (16:54 +0000)
etc/uams/uams_pgp.c

index d115f801bd7235b4b620f49a7d44a23c38dcc260..f81f885ebdfc2b2ba599aedceb3662dc841b8ba4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_pgp.c,v 1.8 2003-01-26 16:40:45 srittau Exp $
+ * $Id: uams_pgp.c,v 1.9 2003-01-26 16:54:46 srittau Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -12,6 +12,8 @@
 
 #ifdef UAM_PGP
 
+/* for crypt() */
+#define _XOPEN_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>