Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 10, 2024
1 parent 515692f commit 8f6f57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccode/colorize.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <math.h>
#include <stdio.h>
#include <unistd.h>
#include <stdio.h>

#ifndef get_bool
int get_bool(char* name);
Expand Down

0 comments on commit 8f6f57d

Please sign in to comment.