
<poll.h> was originally <sys/poll.h> and some old software like X11 still uses the old path.
9 lines
134 B
C
9 lines
134 B
C
/*
|
|
* Copyright (c) 2021, the SerenityOS developers.
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <poll.h>
|