Merge "Fix header file dependencies."
This commit is contained in:
commit
1370854cc0
@ -25,10 +25,12 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_EPOLL_H_
|
#ifndef _SYS_EPOLL_H_
|
||||||
#define _SYS_EPOLL_H_
|
#define _SYS_EPOLL_H_
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <asm/fcntl.h> /* For O_CLOEXEC. */
|
#include <asm/fcntl.h> /* For O_CLOEXEC. */
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
@ -25,10 +25,12 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SYS_INOTIFY_H_
|
#ifndef _SYS_INOTIFY_H_
|
||||||
#define _SYS_INOTIFY_H_
|
#define _SYS_INOTIFY_H_
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <linux/inotify.h>
|
#include <linux/inotify.h>
|
||||||
#include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
|
#include <asm/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK. */
|
||||||
|
Loading…
Reference in New Issue
Block a user