aboutsummaryrefslogtreecommitdiffhomepage
path: root/zxcvbn.c
diff options
context:
space:
mode:
authortony <tsyrogit@users.noreply.github.com>2016-09-25 17:57:31 +0100
committertony <tsyrogit@users.noreply.github.com>2016-09-25 17:57:31 +0100
commit996bd3c547eb93d7bdd4b4e6c149486050607ddc (patch)
tree196417400cc42892d6a19ef9a141c2c19fca07b1 /zxcvbn.c
parent11cabf3ec7dd8a10fe863192de4572ec0a6302b5 (diff)
parentcd587a1613cb0904ec3c7118d4d6b7d04d070c05 (diff)
downloadzxcvbn-c-996bd3c547eb93d7bdd4b4e6c149486050607ddc.tar.gz
Merge branch 'build-libs' of https://github.com/spwhitton/zxcvbn-c
Diffstat (limited to 'zxcvbn.c')
-rw-r--r--zxcvbn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zxcvbn.c b/zxcvbn.c
index c801ae0..bfb40b3 100644
--- a/zxcvbn.c
+++ b/zxcvbn.c
@@ -30,7 +30,7 @@
*
**********************************************************************************/
-#include "zxcvbn.h"
+#include <zxcvbn.h>
#include <ctype.h>
#include <string.h>
#include <stdint.h>