[Forensics-changes] [yara] 214/415: Add missing #include

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 7ac4b25d07c082b85e19dca1e6637b8b95f794c8
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri Nov 8 11:11:23 2013 +0000

    Add missing #include
---
 threading.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/threading.h b/threading.h
index 8934bfc..1c88b70 100644
--- a/threading.h
+++ b/threading.h
@@ -21,6 +21,7 @@ limitations under the License.
 #ifdef WIN32
 #include <windows.h>
 #else
+#include <sys/stat.h>
 #include <pthread.h>
 #include <semaphore.h>
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list