diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-08 14:38:23 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-08 14:38:23 -0800 |
commit | eff27e0d6a18350cfd7ad226cacc538c15f49995 (patch) | |
tree | 022e9e719b2d1ec52fa1aaba69d211a98a785041 | |
parent | fa0bd081e060b065a29dcd7679f04a0139773ca2 (diff) |
Fix warning: no previous prototype for ‘G80ExaInit’ [-Wmissing-prototypes]
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/g80_exa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/g80_exa.c b/src/g80_exa.c index 0555cc6..a34d17e 100644 --- a/src/g80_exa.c +++ b/src/g80_exa.c @@ -28,6 +28,7 @@ #include "g80_type.h" #include "g80_dma.h" +#include "g80_exa.h" #include "g80_xaa.h" static void |