aboutsummaryrefslogtreecommitdiffhomepage
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
parent671df3f6d2a931a277e0ef2943c387cfa8ec2f36 (diff)
downloadzxcvbn-c-fee8d69e82e09c67215c8fb0129c7e924170d00f.tar.gz
Angled-include zxcvbn.h
To build as a shared/static library.
-rw-r--r--test.c2
-rw-r--r--zxcvbn.c2
2 files changed, 2 insertions, 2 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
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>