aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zxcvbn-c/zxcvbn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zxcvbn-c/zxcvbn.c b/src/zxcvbn-c/zxcvbn.c
index f9678c54..ade7ab75 100644
--- a/src/zxcvbn-c/zxcvbn.c
+++ b/src/zxcvbn-c/zxcvbn.c
@@ -30,7 +30,7 @@
*
**********************************************************************************/
-#include <zxcvbn.h>
+#include "zxcvbn.h"
#include <ctype.h>
#include <string.h>
#include <stdint.h>