diff options
Diffstat (limited to 'src/crypto/aesb.c')
-rw-r--r-- | src/crypto/aesb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/aesb.c b/src/crypto/aesb.c index 8a22a4b93..efdeef8d1 100644 --- a/src/crypto/aesb.c +++ b/src/crypto/aesb.c @@ -19,7 +19,7 @@ Issue Date: 20/12/2007 */ #include <stdint.h> -#include "common/int-util.h" +#include "int-util.h" #if defined(__cplusplus) extern "C" |