wheezy needs unistd.h for unlink; refs #2
This commit is contained in:
		@@ -39,6 +39,7 @@
 | 
				
			|||||||
#include <dirent.h>
 | 
					#include <dirent.h>
 | 
				
			||||||
#include <cstddef> // offsetof
 | 
					#include <cstddef> // offsetof
 | 
				
			||||||
#include <cstdlib> // abort
 | 
					#include <cstdlib> // abort
 | 
				
			||||||
 | 
					#include <unistd.h> // unlink
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace mrw {
 | 
					namespace mrw {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user