missing macros.h include

This commit is contained in:
Robert Swiecki 2018-04-12 23:49:10 +02:00
parent 12ec24e000
commit c4b51e6495
3 changed files with 5 additions and 3 deletions

View File

@ -108,10 +108,10 @@ cmdline.o: cmdline.h nsjail.h logs.h caps.h config.h macros.h mnt.h user.h
cmdline.o: util.h
config.o: caps.h nsjail.h logs.h cmdline.h config.h config.pb.h macros.h
config.o: mnt.h user.h util.h
contain.o: contain.h nsjail.h logs.h caps.h cgroup.h cpu.h mnt.h net.h pid.h
contain.o: user.h uts.h
contain.o: contain.h nsjail.h logs.h caps.h cgroup.h cpu.h macros.h mnt.h
contain.o: net.h pid.h user.h uts.h
cpu.o: cpu.h nsjail.h logs.h util.h
logs.o: logs.h util.h nsjail.h
logs.o: logs.h macros.h util.h nsjail.h
mnt.o: mnt.h nsjail.h logs.h macros.h subproc.h util.h
net.o: net.h nsjail.h logs.h subproc.h
nsjail.o: nsjail.h logs.h cmdline.h macros.h net.h sandbox.h subproc.h util.h

View File

@ -42,6 +42,7 @@
#include "cgroup.h"
#include "cpu.h"
#include "logs.h"
#include "macros.h"
#include "mnt.h"
#include "net.h"
#include "pid.h"

View File

@ -35,6 +35,7 @@
#include <time.h>
#include <unistd.h>
#include "macros.h"
#include "util.h"
#include <string.h>