Changes in tests/include/includes.cfa [f2a1cd2:40747247]
- File:
-
- 1 edited
-
tests/include/includes.cfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
rf2a1cd2 r40747247 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:58202313 // Update Count : 81112 // Last Modified On : Mon Feb 20 21:51:04 2023 13 // Update Count : 780 14 14 // 15 15 … … 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.