diff src/log.c @ 377:9bc3e47b0222

Various cleanups to remove compiler warnings. We're clean now, if we specify `-Wno-pointer-sign'.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 18:44:48 +0100
parents b27f66555ba8
children 5f0829f8e6c7
line wrap: on
line diff
--- a/src/log.c	Sat Jan 14 18:20:03 2012 +0100
+++ b/src/log.c	Sat Jan 14 18:44:48 2012 +0100
@@ -17,6 +17,7 @@
 **  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
 
+#include <sys/stat.h>
 #include <sysexits.h>
 
 #include "masqmail.h"