bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing include file for commoncpp2-1.8.1


From: Guido Trentalancia
Subject: missing include file for commoncpp2-1.8.1
Date: Tue, 05 Apr 2011 18:09:45 +0200

Hello,

I have tried to compile commoncpp2 version 1.8.1, but apparently some
definitions are missing from sys/stat.h:

--- commoncpp2-1.8.1/src/applog.cpp     2010-11-01 00:11:55.000000000 +0100
+++ commoncpp2-1.8.1-sys-stat/src/applog.cpp    2011-04-05
18:04:47.331243726 +0200
@@ -45,6 +45,7 @@
 #include <cstdlib>
 #include <stdarg.h>
 #include <errno.h>
+#include <sys/stat.h>
 
 // TODO sc: test if has to move up now that it is into commoncpp
 // NOTE: the order of inclusion is important do not move following
include line




reply via email to

[Prev in Thread] Current Thread [Next in Thread]