Why do I have to include “libcwd/sys.h” as first header file?
This header file is used to fix operating systems bugs, including bugs in the system header files. The only way it can do this is when it is included before any other header file, including system header files. Any project should have one header file that is included at the top of every source file. If you already have one then you can add #include