Skip to content

Commit

Permalink
Simulator: compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agkaminski committed May 8, 2018
1 parent 91bb595 commit dd29ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simulator/memory.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <stdlib.h>
#include "memory.h"
#include "bus.h"
#include "error.h"

struct {
u8 *low;
Expand Down

0 comments on commit dd29ed4

Please sign in to comment.