mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 10:26:03 +00:00
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:
parent
e69769d4d2
commit
3a683dbb70
18 changed files with 28 additions and 31 deletions
|
@ -64,7 +64,7 @@
|
|||
* @ignore-typedefs
|
||||
*/
|
||||
|
||||
#include <Int.h>
|
||||
#include "Int.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue