Changes in tests/include/includes.cfa [f2a1cd2:598dc68]
- File:
-
- 1 edited
-
tests/include/includes.cfa (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
rf2a1cd2 r598dc68 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Feb 22 10:16:58 202313 // Update Count : 81112 // Last Modified On : Sun May 22 08:27:20 2022 13 // Update Count : 779 14 14 // 15 15 … … 72 72 #include <gshadow.h> 73 73 #include <iconv.h> 74 //#include <ifaddrs.h> // causes warning messages that break the build 74 #include <ifaddrs.h> 75 75 #include <inttypes.h> 76 76 #include <langinfo.h> … … 97 97 #include <ncurses_dll.h> // may not be installed, comes with ncurses 98 98 #endif 99 //#include <netdb.h>99 #include <netdb.h> 100 100 #include <nl_types.h> 101 101 #include <nss.h> … … 111 111 #include <pwd.h> 112 112 #include <regex.h> 113 //#include <resolv.h>113 #include <resolv.h> 114 114 #include <re_comp.h> 115 115 #include <sched.h> … … 170 170 #endif // __CFA__ 171 171 172 int main( ) {172 int main( int argc, char const * argv[] ) { 173 173 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 174 174 }
Note:
See TracChangeset
for help on using the changeset viewer.