aboutsummaryrefslogtreecommitdiff
path: root/passgen.c
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2021-12-01 00:56:31 +1100
committerNicholas Tay <nick@windblume.net>2021-12-01 00:56:31 +1100
commite588d66d4e36ae6f7d8d08f9c48182365dc259a5 (patch)
treef935462be72f8f5ae17dd758d6fdd195c884323c /passgen.c
parentc7f83dc80ac64ab340ec59dfcd75f286c99e95c0 (diff)
downloadpassgen-e588d66d4e36ae6f7d8d08f9c48182365dc259a5.tar.gz
passgen-e588d66d4e36ae6f7d8d08f9c48182365dc259a5.tar.bz2
passgen-e588d66d4e36ae6f7d8d08f9c48182365dc259a5.zip
Missing string.h import
Diffstat (limited to 'passgen.c')
-rw-r--r--passgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/passgen.c b/passgen.c
index 0139292..3b3bdd9 100644
--- a/passgen.c
+++ b/passgen.c
@@ -3,6 +3,7 @@
#include <stdbool.h>
#include <time.h>
#include <unistd.h>
+#include <string.h>
#define DEFAULT_GRAMMAR "Cvccvc!##"