summaryrefslogtreecommitdiffstats
path: root/src/methods/aes128_gcm/aes128_gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods/aes128_gcm/aes128_gcm.c')
-rw-r--r--src/methods/aes128_gcm/aes128_gcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/methods/aes128_gcm/aes128_gcm.c b/src/methods/aes128_gcm/aes128_gcm.c
index 610df7c..0b0ad56 100644
--- a/src/methods/aes128_gcm/aes128_gcm.c
+++ b/src/methods/aes128_gcm/aes128_gcm.c
@@ -24,8 +24,8 @@
*/
-#include <fastd.h>
-#include <crypto.h>
+#include "../../fastd.h"
+#include "../../crypto.h"
#include "../common.h"