fixincludes
Fix non-ANSI header files
Install
- All systems
-
curl cmd.cat/fixincludes.sh
- Debian
-
apt-get install fixincludes
- Ubuntu
-
apt-get install fixincludes
- Kali Linux
-
apt-get install fixincludes
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fixincludes
- Raspbian
-
apt-get install fixincludes
- Dockerfile
- dockerfile.run/fixincludes
fixincludes
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.