]> granicus.if.org Git - graphviz/commit
ast: make #includes of unistd.h unconditional
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 16 Apr 2022 20:34:55 +0000 (13:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Apr 2022 15:52:41 +0000 (08:52 -0700)
commitc0ff2947eacd045d26144ae34832f9b19585b53b
treeaa0bf3ebf05bd663c1dab55f610f35d8efee2c0d
parent9f57d5bd1edca422866aab160c1f8def1a332a0b
ast: make #includes of unistd.h unconditional

Only the one in pathfind.c was actually having the intended effect, because the
other two files were not #including config.h.

Gitlab: #2204
lib/ast/CMakeLists.txt
lib/ast/ast.vcxproj
lib/ast/pathaccess.c
lib/ast/pathfind.c
lib/ast/pathpath.c