summaryrefslogtreecommitdiff
path: root/core/host/host_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/host_task.h')
-rw-r--r--core/host/host_task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/host/host_task.h b/core/host/host_task.h
index e79111f6f4..82b33f96c5 100644
--- a/core/host/host_task.h
+++ b/core/host/host_task.h
@@ -8,10 +8,10 @@
#ifndef __CROS_EC_HOST_TASK_H
#define __CROS_EC_HOST_TASK_H
-#include "task.h"
-
#include <pthread.h>
+#include "task.h"
+
/**
* Returns the thread corresponding to the task.
*/