mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
fsNotifier/linux: Fix includes for musl libc
GitOrigin-RevId: be9b6594a07f246ad39c100ae858c4bb2cd1a825
This commit is contained in:
committed by
intellij-monorepo-bot
parent
824e221516
commit
9a68c50cb2
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -3,13 +3,14 @@
|
||||
#include "fsnotifier.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <linux/limits.h>
|
||||
#include <limits.h>
|
||||
#include <mntent.h>
|
||||
#include <paths.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/inotify.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user