diff options
Diffstat (limited to 'examples/red.c')
| -rw-r--r-- | examples/red.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/red.c b/examples/red.c index 3809813..c074143 100644 --- a/examples/red.c +++ b/examples/red.c @@ -1,5 +1,5 @@ #define FBGL_IMPLEMENTATION -#include "../fbgl.h" +#include "fbgl.h" #include <stdio.h> int main(int argc, char *argv[]) |
