poll.h: fix ordering

This commit is contained in:
Chase
2025-12-14 13:28:17 -07:00
committed by Jon Trulson
parent e64189f19d
commit 44a8e2bb4f
5 changed files with 15 additions and 15 deletions
+3 -3
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>