Include <string.h> instead of "string.h".

This commit is contained in:
Guido van Rossum 1990-12-20 23:02:42 +00:00
parent 3f5da24ea3
commit d05c4b2a7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
#include <stdio.h>
#include "string.h"
#include <string.h>
#include "PROTO.h"