Changes in tests/include/includes.cfa [598dc68:e6bb667]
- File:
-
- 1 edited
-
tests/include/includes.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
r598dc68 re6bb667 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun May 22 08:27:20202213 // Update Count : 77 912 // Last Modified On : Tue May 10 16:36:44 2022 13 // Update Count : 776 14 14 // 15 15 … … 47 47 #endif 48 48 #include <execinfo.h> 49 #if __has_include( "expat.h" ) 50 #include <expat.h> // may not be installed 49 #include <expat.h> 51 50 #include <expat_external.h> 52 #endif53 51 #include <fcntl.h> 54 52 #include <features.h> … … 81 79 //#include <link.h> // CFA bug #240 nested anonymous enum fails 82 80 #include <locale.h> 83 #if __has_include( "ltdl.h" ) 84 #include <ltdl.h> // may not be installed 85 #endif 81 #include <ltdl.h> 86 82 //#include <malloc.h> // cannot include in extern "C" because of CFA #include_next 87 83 #include <math.h>
Note:
See TracChangeset
for help on using the changeset viewer.