mirror of
				git://git.code.sf.net/p/cdesktopenv/code
				synced 2025-03-09 15:50:02 +00:00 
			
		
		
		
	dtsr: include stdlib.h to resolve 20 incompaible implicit declaration warnings.
This commit is contained in:
		
							parent
							
								
									fd3a620a68
								
							
						
					
					
						commit
						70552cb18d
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -102,6 +102,7 @@
 | 
				
			||||||
#include "SearchP.h"
 | 
					#include "SearchP.h"
 | 
				
			||||||
#include <limits.h>
 | 
					#include <limits.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					#include <stdlib.h>
 | 
				
			||||||
#include <errno.h>
 | 
					#include <errno.h>
 | 
				
			||||||
#include <ctype.h>
 | 
					#include <ctype.h>
 | 
				
			||||||
#include <signal.h>
 | 
					#include <signal.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -143,6 +143,7 @@
 | 
				
			||||||
#include <errno.h>
 | 
					#include <errno.h>
 | 
				
			||||||
#include <locale.h>
 | 
					#include <locale.h>
 | 
				
			||||||
#include <sys/stat.h>
 | 
					#include <sys/stat.h>
 | 
				
			||||||
 | 
					#include <stdlib.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MS_huff		30	/* message catalog set number */
 | 
					#define MS_huff		30	/* message catalog set number */
 | 
				
			||||||
#define DELIMITERS	"\t\n"	/* betw fields in .huf file */
 | 
					#define DELIMITERS	"\t\n"	/* betw fields in .huf file */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue