1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add #include <unistd.h> to provide prototype for getopt()

Signed-off-by: Brian Candler <b.candler@pobox.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Brian Candler 2017-12-14 20:40:22 +00:00 committed by Andrew Bartlett
parent 288338b429
commit 8970573443

View File

@ -4,6 +4,7 @@
#include <stdio.h>
#include <ctype.h>
#include <crack.h>
#include <unistd.h>
void usage(char *command) {
char *c, *comm;