renamelide: include execbase.h

Seems it's included via proto/exec on the new NDK but not the old one
This commit is contained in:
Matt Harlum 2023-11-19 22:06:33 +00:00 committed by Matt Harlum
parent 3e476a976a
commit 8ca109ee05

View File

@ -17,6 +17,7 @@
*/
#include <proto/exec.h>
#include <exec/execbase.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>