Browse Source
				
				
					Reorder includes so that fakepoll.c gets built when it should
svn:r384
				 
			 
			
				
					
					Nick Mathewson
				
				22 years ago
				
			 
		
		
	
	
		
			
				
				
					
					
						
					
					
						
							
								
									
										
	
		
			
				| 
					
				 | 
			
			
				@@ -7,6 +7,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "orconfig.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#include "fakepoll.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #ifdef USE_FAKE_POLL 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include <sys/types.h> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #ifdef HAVE_UNISTD_H 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -22,7 +23,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include <winsock.h> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#include "fakepoll.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #include "util.h" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 int 
			 |