summaryrefslogtreecommitdiff
path: root/src/common/des.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/des.h')
-rw-r--r--src/common/des.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/des.h b/src/common/des.h
index 9e6aec4fd..6f54b36f2 100644
--- a/src/common/des.h
+++ b/src/common/des.h
@@ -3,7 +3,7 @@
#ifndef COMMON_DES_H
#define COMMON_DES_H
-#include "../common/cbasetypes.h"
+#include "common/cbasetypes.h"
/// One 64-bit block.
typedef struct BIT64 { uint8_t b[8]; } BIT64;