Fixed ordering per Peter's suggestion. Thank you for your time, -Chase
On Sunday, November 30th, 2025 at 4:08 AM, Peter Tribble <[email protected]> wrote: > On Fri, Nov 28, 2025 at 7:58 PM Chase via cdesktopenv-devel > <[email protected]> wrote: > >> Not much else to say for this one. > > Looking at this, the order of HAVE_POLL_H and HAVE_SYS_POLL_H is inconsistent, > so that if we have both (it does depend on the autoconf version as to whether > it will set > both) then in some files we'll #include <poll.h>, and in others #include > <sys/poll.h>. > I *think* the correct ordering is to always prefer the #include <poll.h>, so > the check for > HAVE_POLL_H should always come first. > Thanks, > -- > > -Peter Tribble > http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
fix-order.patch
Description: Binary data
_______________________________________________ cdesktopenv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
