aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.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 /test.c
parent671df3f6d2a931a277e0ef2943c387cfa8ec2f36 (diff)
downloadzxcvbn-c-fee8d69e82e09c67215c8fb0129c7e924170d00f.tar.gz
Angled-include zxcvbn.h
To build as a shared/static library.
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 9d74ce5..bb0f8bd 100644
--- a/test.c
+++ b/test.c
@@ -34,7 +34,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
-#include "zxcvbn.h"
+#include <zxcvbn.h>
/* For pre-compiled headers under windows */
#ifdef _WIN32