Index: tests/include/includes.cfa
===================================================================
--- tests/include/includes.cfa	(revision 8de86b330af5becc902fbb188ccc98f2c579b732)
+++ tests/include/includes.cfa	(revision 06037006ddc233c39fa182fb062c640e74a69249)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Feb 22 10:16:58 2023
-// Update Count     : 811
+// Last Modified On : Mon Mar 10 18:52:14 2025
+// Update Count     : 830
 //
 
@@ -63,5 +63,4 @@
 #include <ftw.h>
 #include <sys/types.h>
-//#include <gawkapi.h>									// CFA bug #240 nested anonymous enum fails
 #include <gconv.h>
 #include <getopt.h>
@@ -72,5 +71,5 @@
 #include <gshadow.h>
 #include <iconv.h>
-//#include <ifaddrs.h>									// causes warning messages that break the build
+#include <ifaddrs.h>
 #include <inttypes.h>
 #include <langinfo.h>
@@ -79,5 +78,5 @@
 #include <libintl.h>
 #include <limits.h>
-//#include <link.h>										// CFA bug #240 nested anonymous enum fails
+#include <link.h>
 #include <locale.h>
 #if __has_include( "ltdl.h" )
@@ -97,5 +96,5 @@
 #include <ncurses_dll.h>								// may not be installed, comes with ncurses
 #endif
-//#include <netdb.h>
+#include <netdb.h>
 #include <nl_types.h>
 #include <nss.h>
@@ -111,5 +110,5 @@
 #include <pwd.h>
 #include <regex.h>
-//#include <resolv.h>
+#include <resolv.h>
 #include <re_comp.h>
 #include <sched.h>
@@ -125,4 +124,5 @@
 #include <stdint.h>
 #include <stdio.h>
+#include <gawkapi.h>									// requires stdio.h, so appears after it
 #include <stdio_ext.h>
 #include <stdlib.h>
@@ -140,7 +140,7 @@
 #include <termio.h>
 #include <termios.h>
-// #include <term_entry.h>								// conflicts with search.h on some machines
+#include <term_entry.h>
 #include <tgmath.h>
-//#include <threads.h>									// does not exist
+#include <threads.h>									// does not exist
 #include <thread_db.h>
 #include <time.h>
