lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4f5740c 2/5: Prepare to exercise CC as well a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4f5740c 2/5: Prepare to exercise CC as well as CXX
Date: Thu, 21 Jun 2018 18:35:41 -0400 (EDT)

branch: master
commit 4f5740cd883929863c9a5660cba7d2f86956885b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Prepare to exercise CC as well as CXX
    
    * round_glibc.cpp: Include a header compatible with C. The only reason
    is to bring in config.hpp without violating the general rule about
    including that header only in other headers.
---
 round_glibc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/round_glibc.cpp b/round_glibc.cpp
index 3ef4ec4..e5f7218 100644
--- a/round_glibc.cpp
+++ b/round_glibc.cpp
@@ -35,7 +35,7 @@
 //   http://lists.nongnu.org/archive/html/lmi/2016-12/msg00042.html
 //   https://sourceforge.net/p/mingw-w64/bugs/573/
 
-#include "lmi.hpp"                      // [to detect MinGW-w64]
+#include "version.hpp"                  // [to detect MinGW-w64]
 
 #if defined __MINGW64_VERSION_MAJOR
 



reply via email to

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