diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/allobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index ed37609..7296d59 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -1,7 +1,7 @@ /* "allobjects.c" -- Source for precompiled header "allobjects.h" */ #include <stdio.h> -#include "string.h" +#include <string.h> #include "PROTO.h" |