summaryrefslogtreecommitdiff
path: root/include/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uart.h')
-rw-r--r--include/uart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uart.h b/include/uart.h
index 5af95df98d..086c407695 100644
--- a/include/uart.h
+++ b/include/uart.h
@@ -8,10 +8,11 @@
#ifndef __CROS_EC_UART_H
#define __CROS_EC_UART_H
-#include <stdarg.h> /* For va_list */
#include "common.h"
#include "gpio_signal.h"
+#include <stdarg.h> /* For va_list */
+
/**
* Initialize the UART module.
*/