Compile under Lite2 (unistd.h has proto for getopt)

This commit is contained in:
Peter Wemm 1997-03-11 12:24:00 +00:00
parent b4f70931e0
commit e7b6972097
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23677

View File

@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: modunload.c,v 1.4 1997/02/22 14:32:42 peter Exp $
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <err.h>
#include <string.h>
#include <a.out.h>