roken: getopt should include roken.h

In order to correctly rename the function, getopt.c needs to include
roken.h
This commit is contained in:
Simon Wilkinson
2010-11-22 23:33:46 +00:00
parent bd78baf668
commit bbd724dad0

View File

@@ -34,6 +34,9 @@ static char sccsid[] = "@(#)getopt.c 8.1 (Berkeley) 6/4/93";
#ifndef __STDC__
#define const
#endif
#include <config.h>
#include "roken.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>