cgroups: add missing string.h include

parent 9f238864
......@@ -22,6 +22,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.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