Write #include <dl.h>, not #include "dl.h", to correctly reflect the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6b7763d1c12bb72556536cfa18cd433e0103fce9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-02-23T04:11:10Z
Releases: 8.0.0
Write #include <dl.h>, not #include "dl.h", to correctly reflect the
fact that dl.h is a system header and not one of ours.

Files

PathChange+/−
src/backend/port/dynloader/hpux.c modified +2 −2