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, 2 insertions, 1 deletions
diff --git a/util/cros_ec_dev.h b/util/cros_ec_dev.h
index 3ffed56632..6421afc601 100644
--- a/util/cros_ec_dev.h
+++ b/util/cros_ec_dev.h
@@ -6,9 +6,10 @@
#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" {