aboutsummaryrefslogtreecommitdiff
path: root/bootloader/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/tty.c')
-rw-r--r--bootloader/tty.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/bootloader/tty.c b/bootloader/tty.c
index fe8f39d..c7c7f3d 100644
--- a/bootloader/tty.c
+++ b/bootloader/tty.c
@@ -15,14 +15,16 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <assert.h>
#include <sys/types.h>
+
+#include <assert.h>
+#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <termios.h>
#include <string.h>
+#include <termios.h>
+#include <unistd.h>
+
#include "bootloader.h"
void