diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-15 23:47:53 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-17 11:32:33 +0000 |
| commit | b882de8e1ccfd3965eddbfb90e75b7d6d229f32c (patch) | |
| tree | 27561a8f1d7f1c6f5d2faaf4dc914aafe507cf3a /src/zxcvbn-c | |
| parent | aae35df77df6840851ba49198f944cd5862f3895 (diff) | |
| download | monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.tar.gz monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.tar.xz monzero-gui-b882de8e1ccfd3965eddbfb90e75b7d6d229f32c.zip | |
add zxcvbn to the qmake build system
Diffstat (limited to 'src/zxcvbn-c')
| -rw-r--r-- | src/zxcvbn-c/zxcvbn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zxcvbn-c/zxcvbn.c b/src/zxcvbn-c/zxcvbn.c index f9678c54..ade7ab75 100644 --- a/src/zxcvbn-c/zxcvbn.c +++ b/src/zxcvbn-c/zxcvbn.c @@ -30,7 +30,7 @@ * **********************************************************************************/ -#include <zxcvbn.h> +#include "zxcvbn.h" #include <ctype.h> #include <string.h> #include <stdint.h> |
