summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c3
1 files changed, 1 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 @@
7#define _GNU_SOURCE 7#define _GNU_SOURCE
8#define TESTING 8#define TESTING
9 9
10#include "ll.h" // Why the fuck did putting this before encryption.h fix my compilation problem
11#include "encryption.h" 10#include "encryption.h"
12 11#include "ll.h"
13 12
14#include <sys/types.h> 13#include <sys/types.h>
15#include <sys/stat.h> 14#include <sys/stat.h>