aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cbmc/files/patch-minisat-2.2.1_minisat_utils_System.h
blob: a49382def0dc897c247c0cc4db5e18df493e601a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- minisat-2.2.1/minisat/utils/System.h.orig	2011-02-21 13:31:17 UTC
+++ minisat-2.2.1/minisat/utils/System.h
@@ -21,7 +21,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OT
 #ifndef Minisat_System_h
 #define Minisat_System_h
 
-#if defined(__linux__)
+#if defined(__linux__) && defined(__GLIBC__)
 #include <fpu_control.h>
 #endif