Index: libcfa/src/interpose.cfa
===================================================================
--- libcfa/src/interpose.cfa	(revision 7db39f71234f399e13cf900f8d2b882a203038f3)
+++ libcfa/src/interpose.cfa	(revision a3f820b8df8e324ea23e2462c94f1aa1910acdf2)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar 29 16:10:31 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jan 11 09:09:34 2024
-// Update Count     : 217
+// Last Modified On : Thu Jan 11 18:45:31 2024
+// Update Count     : 218
 //
 
@@ -18,5 +18,7 @@
 extern "C" {
 #include <dlfcn.h>										// dlopen, dlsym
-#include <link.h>										// dl_iterate_phdr
+//#include <link.h>										// dl_iterate_phdr
+struct dl_phdr_info;
+int dl_iterate_phdr( int (*)( struct dl_phdr_info *, size_t, void * ), void * );
 #include <execinfo.h>									// backtrace, messages
 }
