aboutsummaryrefslogtreecommitdiffhomepage
path: root/zxcvbn.c
diff options
context:
space:
mode:
authortony <tsyrogit@users.noreply.github.com>2016-09-25 18:01:25 +0100
committertony <tsyrogit@users.noreply.github.com>2016-09-25 18:01:25 +0100
commit915dd05d5e269e37e276b2a9c2fc37bd3677de15 (patch)
tree196417400cc42892d6a19ef9a141c2c19fca07b1 /zxcvbn.c
parent11cabf3ec7dd8a10fe863192de4572ec0a6302b5 (diff)
parent996bd3c547eb93d7bdd4b4e6c149486050607ddc (diff)
downloadzxcvbn-c-915dd05d5e269e37e276b2a9c2fc37bd3677de15.tar.gz
Merge branch 'spwhitton-build-libs'0.20160925
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>