mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
gfx.h: fix global maa.h header location
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
c18a9433fc
commit
4c7fa11bb2
@ -27,7 +27,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdint.h>
|
||||
#include <maa/maa.h>
|
||||
#include <maa.h>
|
||||
|
||||
#define swap(a, b) { int16_t t = a; a = b; b = t; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user