Commit 31cb878e authored by Adam Wujek's avatar Adam Wujek 💬

userspace/tools: warning fix implicit declatarion of usleep in wr_mon

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 15ffaea9
......@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <unistd.h>
#include <libwr/shmem.h>
#include <libwr/hal_shmem.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