How to Install fixincludes in Ubuntu 18.04



Install fixincludes by entering the following commands in the terminal:

sudo apt update
sudo apt install fixincludes

Description:

Fix non-ANSI header files

FixIncludes was created to fix non-ANSI system header files. Many system manufacturers supply proprietary headers that are not ANSI compliant. The GNU compilers cannot compile non-ANSI headers. Consequently, the FixIncludes shell script was written to fix the header files. . Not all packages with header files are installed on the system, when the package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it.

Homepage: http://gcc.gnu.org/

Version: 1:8-20180414-1ubuntu2

Section: universe/devel