Commit 90b59fd0 by Daniel Lezcano Committed by Daniel Lezcano

fix compilation warning

Add missing include Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent ef184f8c
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/types.h> #include <sys/socket.h>
#include <sys/param.h> #include <sys/param.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/file.h> #include <sys/file.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment