Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
whampson committed Jun 8, 2019
1 parent 0090348 commit 624b6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emu/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>

#include <lc3.h>
#include <cpu.h>
#include <state.h>
#include <mem.h>
Expand Down

0 comments on commit 624b6b2

Please sign in to comment.