Skip to content
Snippets Groups Projects
Commit 31cb878e authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

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


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent 15ffaea9
Branches
Tags
No related merge requests found
......@@ -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>
......
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