-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
What steps will reproduce the problem?
1. build on RHEL6
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
svn diff of fixes
--------------------------------------------------------------------------
Index: sphivedb/spsqlitesvr.cpp
===================================================================
--- sphivedb/spsqlitesvr.cpp (revision 45)
+++ sphivedb/spsqlitesvr.cpp (working copy)
@@ -10,6 +10,7 @@
#include <signal.h>
#include <assert.h>
#include <fcntl.h>
+#include <sys/stat.h>
#include "sphivehandler.hpp"
#include "sphivemanager.hpp"
Index: sphivedb/sphivedbsvr.cpp
===================================================================
--- sphivedb/sphivedbsvr.cpp (revision 45)
+++ sphivedb/sphivedbsvr.cpp (working copy)
@@ -10,6 +10,7 @@
#include <signal.h>
#include <assert.h>
#include <fcntl.h>
+#include <sys/stat.h>
#include "sphivehandler.hpp"
#include "sphivemanager.hpp"
Index: sphivedb/spfilestore.cpp
===================================================================
--- sphivedb/spfilestore.cpp (revision 45)
+++ sphivedb/spfilestore.cpp (working copy)
@@ -8,6 +8,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <sys/stat.h>
#include "spfilestore.hpp"
Index: sphivedb/sphivemanager.cpp
===================================================================
--- sphivedb/sphivemanager.cpp (revision 45)
+++ sphivedb/sphivemanager.cpp (working copy)
@@ -7,6 +7,7 @@
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
+#include <sys/stat.h>
#include "sphivemanager.hpp"
#include "sphivemsg.hpp"
Original issue reported on code.google.com by txt...@gmail.com on 16 Dec 2010 at 11:20
Reactions are currently unavailable