fix issue with crypt.c

This commit is contained in:
Simon Vieille 2019-07-30 23:53:07 +02:00
parent 2245591f59
commit eef2a50ff1
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <crypt.h>
int main(int argc, char** argv)
{