Skip to content

Commit

Permalink
fix: maybe imports work now?
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Dec 16, 2023
1 parent 27d7222 commit 679c4ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/term.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
#include <unistd.h>
#include <vterm.h>

// Needed for CoreGraphics
// Context locking is required?
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#include <OpenGL/OpenGL.h> // Needed to lock CG context
#include <util.h> // forkpty
#else
#include <pty.h>
#endif

typedef struct {
Expand Down

0 comments on commit 679c4ec

Please sign in to comment.