mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
232 B
Diff
11 lines
232 B
Diff
--- src/graph.c.orig 2013-01-15 15:47:53.000000000 +0700
|
|
+++ src/graph.c 2022-12-29 08:13:06.000000000 +0700
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <inttypes.h>
|
|
+#include <string.h> /* strncmp */
|
|
|
|
#include "graph.h"
|
|
|