chg: some referense to "string.h" -> which should be <string.h> or removed.

This commit is contained in:
iceman1001
2018-01-31 12:04:12 +01:00
parent b06579e0d5
commit e66b9c52b3
2 changed files with 2 additions and 3 deletions

View File

@@ -24,8 +24,8 @@
----------------------------------------------------------------------*/
#include "string.h"
#include "stdio.h"
#include <string.h>
#include <stdio.h>
#include "getopt.h"
char *optarg;