From 73d97e960befcd5ef75ea1ae30e9b9222cf22ddf Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 2 Sep 2024 22:34:25 -0500 Subject: I'm so restarded :sob: --- src/encryption.c | 3 +-- src/encryption.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/encryption.c b/src/encryption.c index 8f52e49..8b0055c 100644 --- a/src/encryption.c +++ b/src/encryption.c @@ -7,9 +7,8 @@ #define _GNU_SOURCE #define TESTING -#include "ll.h" // Why the fuck did putting this before encryption.h fix my compilation problem #include "encryption.h" - +#include "ll.h" #include #include diff --git a/src/encryption.h b/src/encryption.h index 15800f4..15dd568 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -1,6 +1,7 @@ #ifndef __SLOTS__ENCRYPTION_H__176771896719387 #define __SLOTS__ENCRYPTION_H__176771896719387 +#include "ll.h" #include /* Overwrite an open file with "encrypted" data by XOR'ing each byte with a character from PASSPHRASE. Returns number of bytes overwritten, and -1 on error */ -- cgit v1.2.3