mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +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.