fix warning

This commit is contained in:
Wolfgang Hottgenroth 2017-11-24 18:01:36 +01:00
parent 3d2245ee1d
commit 4a371f151c
2 changed files with 5 additions and 0 deletions

3
client/c/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.o
yadync

View File

@ -6,6 +6,8 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <unistd.h>
#include "md5.h" #include "md5.h"