Skip to content

Commit

Permalink
misc: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Sep 29, 2024
1 parent f874e37 commit 32e2a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#include "display.hpp"

#ifndef GUI_MODE
# define STB_IMAGE_IMPLEMENTATION
#endif

#include <pty.h>
#include <termios.h>
#include <unistd.h>
Expand Down

0 comments on commit 32e2a10

Please sign in to comment.