Unverified Commit 5dfc9186 by Christian Brauner Committed by GitHub

Merge pull request #2285 from tpetazzoni/offsetof-stddef-fix

lxc/tools/lxc_monitor: include missing <stddef.h>
parents 7d675310 77d40753
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <libgen.h> #include <libgen.h>
#include <poll.h> #include <poll.h>
#include <regex.h> #include <regex.h>
#include <stddef.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.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