mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Include <string.h> instead of "string.h".
This commit is contained in:
		
							parent
							
								
									3f5da24ea3
								
							
						
					
					
						commit
						d05c4b2a7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum