summaryrefslogtreecommitdiffstats
path: root/src/graph.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2023-08-21 13:24:42 -0300
committerAndrés <andmarti@gmail.com>2023-08-21 13:24:42 -0300
commite06cf4ac6005ad53a839c0afa70aea07372e6a45 (patch)
treee8db5e8bdedf87c87c03534b25ca4edda4c533bd /src/graph.c
parent2c3dda33b92cfd8792294522c2f3af1b8c4c0a85 (diff)
parentdabb53d83733313993bef317a7b4e5c4f4b772c0 (diff)
Merge branch 'pr-830' into dev
Diffstat (limited to 'src/graph.c')
-rw-r--r--src/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.c b/src/graph.c
index ad435f5..9996e36 100644
--- a/src/graph.c
+++ b/src/graph.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <setjmp.h>
#include <math.h>