Add missing headers
This commit is contained in:
parent
467cc9aa7e
commit
30f68ea5df
@ -5,7 +5,10 @@
|
|||||||
|
|
||||||
#include "nanos6_priv.h"
|
#include "nanos6_priv.h"
|
||||||
|
|
||||||
|
#include "cpu.h"
|
||||||
#include "emu_prv.h"
|
#include "emu_prv.h"
|
||||||
|
#include "proc.h"
|
||||||
|
#include "track.h"
|
||||||
|
|
||||||
static int
|
static int
|
||||||
create_cpu(struct bay *bay, struct breakdown_cpu *bcpu, int64_t gindex)
|
create_cpu(struct bay *bay, struct breakdown_cpu *bcpu, int64_t gindex)
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "chan.h"
|
#include "chan.h"
|
||||||
|
#include "cpu.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "emu_args.h"
|
#include "emu_args.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user