masqmail-0.2

diff src/local.c @ 152:d1c53e76096f

added a missing #include <sys/stat.h> thanks to phil
author meillo@marmaro.de
date Tue, 13 Jul 2010 23:11:26 +0200
parents a80ebfa16cd5
children
line diff
     1.1 --- a/src/local.c	Tue Jul 13 22:53:04 2010 +0200
     1.2 +++ b/src/local.c	Tue Jul 13 23:11:26 2010 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  */
     1.5  
     1.6  #include <sys/wait.h>
     1.7 +#include <sys/stat.h>
     1.8  
     1.9  #include "masqmail.h"
    1.10  #include "peopen.h"