chg: some referense to "string.h" -> which should be <string.h> or removed.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
----------------------------------------------------------------------*/
|
||||
|
||||
#include "string.h"
|
||||
#include "stdio.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "getopt.h"
|
||||
|
||||
char *optarg;
|
||||
|
||||
Reference in New Issue
Block a user