fix issue with crypt.c

This commit is contained in:
Simon Vieille 2019-07-30 23:53:07 +02:00
rodzic 2245591f59
commit eef2a50ff1
Podpisane przez: deblan
ID klucza GPG: 03383D15A1D31745
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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