Fix includes in headers.

These are installed to the system and some compilers may not  find the
headers in the current directory if we don't do this, even though
according to the C standard, either should work.
This commit is contained in:
Jordan Bancino 2023-10-30 12:10:41 -04:00
parent e69769d4d2
commit 3a683dbb70
18 changed files with 28 additions and 31 deletions

View file

@ -64,7 +64,7 @@
* @ignore-typedefs
*/
#include <Int.h>
#include "Int.h"
#include <stddef.h>