fix: poll compile error

This commit is contained in:
Livox-SDK
2021-04-20 12:16:38 +08:00
parent 7cf759a760
commit 94a0c7674a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#define HAVE_KQUEUE 1
#else
#include <sys/poll.h>
#define HAVE POLL 1
#define HAVE_POLL 1
#endif
#endif // CONFIG_H_