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:
parent
288338b429
commit
8970573443
@ -4,6 +4,7 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <crack.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void usage(char *command) {
|
||||
char *c, *comm;
|
||||
|
Loading…
Reference in New Issue
Block a user