mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added missing '#include <time.h>' in tools.c
This commit is contained in:
		
							
								
								
									
										3
									
								
								tools.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tools.c
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ | ||||
|  * See the main source file 'vdr.c' for copyright information and | ||||
|  * how to reach the author. | ||||
|  * | ||||
|  * $Id: tools.c 1.42 2001/08/26 13:11:17 kls Exp $ | ||||
|  * $Id: tools.c 1.43 2001/08/26 15:45:41 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #define _GNU_SOURCE | ||||
| @@ -17,6 +17,7 @@ | ||||
| #endif | ||||
| #include <stdlib.h> | ||||
| #include <sys/time.h> | ||||
| #include <time.h> | ||||
| #include <unistd.h> | ||||
| #include "i18n.h" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user