summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_getschedparam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bionic/pthread_getschedparam.cpp')
-rw-r--r--libc/bionic/pthread_getschedparam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/bionic/pthread_getschedparam.cpp b/libc/bionic/pthread_getschedparam.cpp
index 03fa5f2d4..2cdc11a4c 100644
--- a/libc/bionic/pthread_getschedparam.cpp
+++ b/libc/bionic/pthread_getschedparam.cpp
@@ -28,7 +28,7 @@
#include <errno.h>
-#include "ErrnoRestorer.h"
+#include "private/ErrnoRestorer.h"
#include "pthread_accessor.h"
int pthread_getschedparam(pthread_t t, int* policy, sched_param* param) {