From 3fc286257d3f40733d73722a0ea6b2ad1fd1a550 Mon Sep 17 00:00:00 2001 From: Sahil Siddiq Date: Tue, 7 Feb 2023 22:56:57 +0530 Subject: Changes in configuration to identify location of 'term.h' * ProvideTerm.h: New file * Update configure.ac to detect term.h * Update iwyu/htop.imp * Add ProvideTerm.h to Makefile Co-authored-by: BenBE --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b25d1cb8..e36994c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -139,6 +139,7 @@ myhtopheaders = \ ProcessList.h \ ProcessLocksScreen.h \ ProvideCurses.h \ + ProvideTerm.h \ RichString.h \ Scheduling.h \ ScreenManager.h \ -- cgit v1.2.3