Changeset 36fbaeca for tests/include/includes.cfa
- Timestamp:
- Mar 15, 2021, 1:00:17 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 05d02c6
- Parents:
- 9e27f69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/include/includes.cfa
r9e27f69 r36fbaeca 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // includes.cfa -- 7 // includes.cfa -- 8 8 // 9 9 // Author : Peter A. Buhr … … 90 90 #include <poll.h> 91 91 #include <printf.h> 92 #include <proc_service.h>93 92 #include <pthread.h> 94 93 #include <pty.h> … … 122 121 #include <termio.h> 123 122 #include <termios.h> 124 #include <term_entry.h> 123 // #include <term_entry.h> // conflicts with search.h on some machines 125 124 #include <tgmath.h> 126 125 //#include <threads.h> // does not exist … … 137 136 #include <utmpx.h> 138 137 #include <values.h> 138 #pragma GCC diagnostic push 139 #pragma GCC diagnostic ignored "-Wattributes" 139 140 #include <wait.h> 141 #pragma GCC diagnostic pop 140 142 #include <wchar.h> 141 143 #include <wctype.h>
Note: See TracChangeset
for help on using the changeset viewer.