diff options
| -rw-r--r-- | src/xstd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -19,6 +19,8 @@  #include <stdlib.h>  #include <string.h> +#include "xstd.h" +  char *xstrcat(const char *first, const char *second,  	const char *delimiter)  { | 
|  | index : lock-password | |
| A simple terminal password manager, using GnuPG to encrypt passwords | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | src/xstd.c | 2 | 
| @@ -19,6 +19,8 @@  #include <stdlib.h>  #include <string.h> +#include "xstd.h" +  char *xstrcat(const char *first, const char *second,  	const char *delimiter)  { |