diff options
Diffstat (limited to 'getpass.c')
-rw-r--r-- | getpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ ***********************************************************************/ -#include <config.h> +#include "config.h" + #include <stdio.h> #include <signal.h> #include <fcntl.h> |