Skip to content

Commit

Permalink
fix: missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 28, 2024
1 parent 0667cc8 commit 31968e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cjit.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdarg.h> // _err/_out
#include <string.h>
#include <stdbool.h>
#include <errno.h>

#include <unistd.h> // getpid/write

#define MAX_PATH 260 // rather short paths
#define MAX_STRING 20480 // max 20KiB strings
Expand Down

0 comments on commit 31968e3

Please sign in to comment.