]> granicus.if.org Git - graphviz/commitdiff
squash a -Wmissing-prototypes warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Apr 2021 03:39:19 +0000 (20:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 21:02:40 +0000 (14:02 -0700)
lib/ortho/ortho.c

index 672679c6381df9c61a196263aff405d0b20422f6..12321ee51ed6dcd095c77aec28a006d374aa0779 100644 (file)
@@ -28,6 +28,7 @@
 #include <setjmp.h>
 #include <ortho/maze.h>
 #include <ortho/fPQ.h>
+#include <ortho/ortho.h>
 #include <common/memory.h>
 #include <common/geomprocs.h>
 #include <common/globals.h>