11 lines
299 B
Diff
11 lines
299 B
Diff
--- src/auth/mycrypt.c.orig 2018-10-19 16:05:04.323805100 +0200
|
|
+++ src/auth/mycrypt.c 2018-10-19 16:05:32.488932068 +0200
|
|
@@ -14,6 +14,7 @@
|
|
# define _XPG6 /* Some Solaris versions require this, some break with this */
|
|
#endif
|
|
#include <unistd.h>
|
|
+#include <crypt.h>
|
|
|
|
#include "mycrypt.h"
|
|
|