fix issue with crypt.c

このコミットが含まれているのは:
Simon Vieille 2019-07-30 23:53:07 +02:00
コミット eef2a50ff1
署名者: deblan
GPGキーID: 03383D15A1D31745
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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