Skip to content

Fix absolute include path in lua-termbox.c #1

@purplepwny

Description

@purplepwny

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions