summaryrefslogtreecommitdiff
path: root/src/mediactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mediactl.c')
-rw-r--r--src/mediactl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mediactl.c b/src/mediactl.c
index 46562de..d3eb7bd 100644
--- a/src/mediactl.c
+++ b/src/mediactl.c
@@ -25,16 +25,16 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include <unistd.h>
+#include <errno.h>
+#include <fcntl.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <fcntl.h>
-#include <errno.h>
+#include <unistd.h>
-#include <linux/videodev2.h>
#include <linux/media.h>
+#include <linux/videodev2.h>
#include "mediactl.h"
#include "tools.h"