Commit 23f267ff authored by Adam Wujek's avatar Adam Wujek 💬

userspace/libwr: fix warnings for buildroot 2016.02

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4c621a98
......@@ -3,6 +3,7 @@
#include <stdio.h>
#include <inttypes.h>
#include <time.h>
#define atoidef(str,def) (str)?atoi(str):def
......
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/time.h>
#include <libwr/wrs-msg.h>
#include <libwr/util.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