added missing #include <stdio.h>
This commit is contained in:
		
							parent
							
								
									50b027df2e
								
							
						
					
					
						commit
						cf24bef628
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,6 +1,8 @@
 | 
				
			||||||
#ifndef MAIN_H
 | 
					#ifndef MAIN_H
 | 
				
			||||||
#define MAIN_H
 | 
					#define MAIN_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <stdio.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void die(char *, ...);
 | 
					void die(char *, ...);
 | 
				
			||||||
char *fgetl(FILE *);
 | 
					char *fgetl(FILE *);
 | 
				
			||||||
char *strdup_(char *);
 | 
					char *strdup_(char *);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue