Some string.h warnings

This commit is contained in:
2017-05-17 18:56:15 +03:00
parent 477b48eac0
commit a76fd9ff0d
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <pthread.h>
#include <string.h>
#include "job.h"
#include "../protocol.h"
#include "agent_ssl.h"