summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b9b9150..55a6e2d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -36,9 +36,9 @@
#include <linux/v4l2-subdev.h>
#include <linux/videodev2.h>
-#include "media.h"
+#include "mediactl.h"
#include "options.h"
-#include "subdev.h"
+#include "v4l2subdev.h"
#include "tools.h"
/* -----------------------------------------------------------------------------