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

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include "job.h"
#include <sys/utsname.h>
#include <sys/sysinfo.h>