aboutsummaryrefslogtreecommitdiffhomepage
path: root/zxcvbn.c
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:44:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-24 16:44:14 -0700
commitfee8d69e82e09c67215c8fb0129c7e924170d00f (patch)
tree3a51583991eb71c4e96c1592ccce9b05bf9f2b08 /zxcvbn.c
parent671df3f6d2a931a277e0ef2943c387cfa8ec2f36 (diff)
downloadzxcvbn-c-fee8d69e82e09c67215c8fb0129c7e924170d00f.tar.gz
Angled-include zxcvbn.h
To build as a shared/static library.
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 c29c20c..aa0a881 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>