]> granicus.if.org Git - graphviz/commitdiff
solve: [nfc] squash a -Wmissing-prototypes warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Nov 2021 18:47:47 +0000 (10:47 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 3 Dec 2021 15:44:10 +0000 (07:44 -0800)
lib/neatogen/solve.c

index a760fcd9f4c3fbd18c5e70c6fc6bde1cd67dea82..7b1dca2d53bbe275afd266cb047f135a0f470a06 100644 (file)
@@ -14,6 +14,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <common/render.h>
+#include <neatogen/neatoprocs.h>
 #define asub(i,j) a[(i)*n + (j)]