Add #include <unistd.h> to provide prototype for getopt()
authorBrian Candler <b.candler@pobox.com>
Thu, 14 Dec 2017 20:40:22 +0000 (20:40 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 23:51:33 +0000 (00:51 +0100)
commit89705734432eec6c458f53b1dc7a10b4833f2215
treea35591e5562a5e80983769191c3b014247f8a4ba
parent288338b42926f1d4fc7885eb6558a6f82586a02d
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>
examples/auth/crackcheck/crackcheck.c