On line 7, you have an absolute path to termbox.h: ``` #include "/home/robert/coden/projects/github/termbox/src/termbox.h" ``` Of course, this should probably be changed to the line commented out above: ``` #include <termbox.h> ```
On line 7, you have an absolute path to termbox.h:
Of course, this should probably be changed to the line commented out above: