Ignore:
Timestamp:
Mar 17, 2025, 12:19:44 PM (21 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b26ab30
Parents:
8f250e0
Message:

Copied Peter's include/includes fix for another header that does not appear to be on all platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tests/include/includes.cfa

    r8f250e0 r71624f8  
    142142#include <termio.h>
    143143#include <termios.h>
     144#if __has_include( "term_entry.h" )
    144145#include <term_entry.h>
     146#endif
    145147#include <tgmath.h>
    146148#include <threads.h>                                                                    // does not exist
Note: See TracChangeset for help on using the changeset viewer.