about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-26 00:14:12 +0300
committerNakidai <nakidai@disroot.org>2024-09-26 00:14:59 +0300
commitb50e57cc138fd19ed19da665daba54890995dca3 (patch)
tree2c9d65b823fd1133aef19879eba7dcfce8b75e31 /main.c
parent0caf047c3c1ecf34a47061951e838d05574dbd6c (diff)
downloadcptc-b50e57cc138fd19ed19da665daba54890995dca3.tar.gz
cptc-b50e57cc138fd19ed19da665daba54890995dca3.zip
Now it will work
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 7a63ebe..8099de2 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,8 @@
+#include "cptc.h"
+
 #include <fcntl.h>
 #include <unistd.h>
 
-#include "cptc.h"
-
 
 int main(void)
 {