mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Add 'memory.h' to libc
The 'memory.h' libc header is included by the openjpeg library.
This commit is contained in:
parent
b5d7a75a22
commit
e5ac9422e7
@ -67,7 +67,8 @@ LIBC_IMPORT_INCLUDES = include/libc/strings.h \
|
||||
include/libc/netdb.h \
|
||||
include/libc/ar.h \
|
||||
include/libc/stdint.h \
|
||||
include/libc/ieeefp.h
|
||||
include/libc/ieeefp.h \
|
||||
include/libc/memory.h
|
||||
|
||||
#
|
||||
# Files from include directory needed for stdlib
|
||||
|
Loading…
Reference in New Issue
Block a user