We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd370aa + f8a0ecf commit 936bf27Copy full SHA for 936bf27
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
@@ -498,7 +498,6 @@ struct urio_command {
498
#include <md5.h>
499
#include <rmd160.h>
500
#include <soundcard.h>
501
-#include <term.h>
502
#include <termios.h>
503
#include <time.h>
504
#include <ttyent.h>
@@ -515,7 +514,7 @@ struct urio_command {
515
514
#include <stringlist.h>
516
517
#if defined(__x86_64__)
518
-#include <nvmm.h>
+#include <dev/nvmm/nvmm_ioctl.h>
519
#endif
520
// clang-format on
521
0 commit comments