mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
28e7addb9d
This PR replaces the bundled libgd includes from #include <foo.h> with #include "foo.h" for gd-related headers to avoid including headers that may be available in system directories instead of the expected local headers. Closes GH-6975.