fix issue with crypt.c

Este commit está contenido en:
Simon Vieille 2019-07-30 23:53:07 +02:00
padre 2245591f59
commit eef2a50ff1
Firmado por: deblan
ID de clave GPG: 03383D15A1D31745
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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