From e7b2ebeb173e1f72bf23f589564230a6fef6dd6d Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Sun, 9 Feb 2025 22:50:01 +0000
Subject: [PATCH] Fix compilation error

---
 ccc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ccc.c b/ccc.c
index 5a6445b..8794cd2 100644
--- a/ccc.c
+++ b/ccc.c
@@ -1,6 +1,7 @@
 #include <ctype.h>
 #include <dirent.h>
 #include <errno.h>
+#include <fcntl.h>
 #include <ftw.h>
 #include <stdio.h>
 #include <stdlib.h>