fix issue with crypt.c

This commit is contained in:
Simon Vieille 2019-07-30 23:53:07 +02:00
父節點 2245591f59
當前提交 eef2a50ff1
簽署人: deblan
GPG Key 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)
{