Include <string.h> instead of "string.h".
This commit is contained in:
parent
3f5da24ea3
commit
d05c4b2a7c
|
@ -1,7 +1,7 @@
|
||||||
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
|
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
|
|
||||||
#include "PROTO.h"
|
#include "PROTO.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue