Add include to resolve warnings

This commit is contained in:
deadwood 2024-04-23 20:26:26 +02:00
parent cf01fc779a
commit 370f79daf2
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <dos/dos.h>
#include <proto/dos.h>
#include <aros/symbolsets.h>
#include <stdio.h>
#include <errno.h>
#include "__upath.h"
#include <aros/debug.h>

View File

@ -8,6 +8,7 @@
#include <limits.h>
#include <string.h>
#include <stdio.h>
#include "__posixc_intbase.h"