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:
		| @@ -34,6 +34,9 @@ static char sccsid[] = "@(#)getopt.c	8.1 (Berkeley) 6/4/93"; | |||||||
| #ifndef __STDC__ | #ifndef __STDC__ | ||||||
| #define const | #define const | ||||||
| #endif | #endif | ||||||
|  | #include <config.h> | ||||||
|  | #include "roken.h" | ||||||
|  |  | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Simon Wilkinson
					Simon Wilkinson