Add missing headers

This commit is contained in:
Rodrigo Arias 2023-03-24 15:26:42 +01:00 committed by Rodrigo Arias Mallo
parent 467cc9aa7e
commit 30f68ea5df
2 changed files with 4 additions and 0 deletions

View File

@ -5,7 +5,10 @@
#include "nanos6_priv.h"
#include "cpu.h"
#include "emu_prv.h"
#include "proc.h"
#include "track.h"
static int
create_cpu(struct bay *bay, struct breakdown_cpu *bcpu, int64_t gindex)

View File

@ -5,6 +5,7 @@
#include <stddef.h>
#include <stdlib.h>
#include "chan.h"
#include "cpu.h"
#include "common.h"
#include "emu.h"
#include "emu_args.h"