summaryrefslogtreecommitdiff
path: root/util/cros_ec_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cros_ec_dev.h')
-rw-r--r--util/cros_ec_dev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/cros_ec_dev.h b/util/cros_ec_dev.h
index 6421afc601..3ffed56632 100644
--- a/util/cros_ec_dev.h
+++ b/util/cros_ec_dev.h
@@ -6,10 +6,9 @@
#ifndef __UTIL_CROS_EC_DEV_H
#define __UTIL_CROS_EC_DEV_H
-#include "ec_commands.h"
-
#include <linux/ioctl.h>
#include <linux/types.h>
+#include "ec_commands.h"
#ifdef __cplusplus
extern "C" {