summaryrefslogtreecommitdiffstats
path: root/system/clamav/gcc47.patch
blob: 96c5af0a7610cfe5d63c9c8d4fb3a0e5a03a1b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur clamav-0.97.4.orig/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp clamav-0.97.4/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
--- clamav-0.97.4.orig/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp	2012-03-06 17:31:31.000000000 +0100
+++ clamav-0.97.4/libclamav/c++/llvm/lib/ExecutionEngine/JIT/Intercept.cpp	2012-04-02 15:21:58.172989384 +0200
@@ -15,6 +15,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "unistd.h"
 #include "JIT.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/System/DynamicLibrary.h"