poll.h: fix ordering

This commit is contained in:
Chase
2025-11-30 09:42:06 -05:00
committed by Jon Trulson
parent e64189f19d
commit 44a8e2bb4f
5 changed files with 15 additions and 15 deletions

View File

@@ -93,10 +93,10 @@ extern void unhide_hft_ring();
#if defined (SYSV) || defined (SVR4)
#if HAVE_SYS_POLL_H
#include <sys/poll.h>
#elif HAVE_POLL_H
#if HAVE_POLL_H
#include <poll.h>
#elif HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif
#include <sys/time.h>