Skip to content

Commit bec7c5f

Browse files
Add missing headers for pathways (#43)
1 parent 58e3a86 commit bec7c5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pathways/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#include <string.h>
99
#include <sys/time.h>
1010

11+
#include <unistd.h>
12+
#include <libgen.h>
13+
1114
int num_goals;
1215
float uno, cinque, dieci, coeff;
1316

0 commit comments

Comments
 (0)