Skip to content
Snippets Groups Projects
Verified Commit b7053b67 authored by jD91mZM2's avatar jD91mZM2
Browse files

Fix missing types when compiling GDB

parent 7ea5cd51
No related branches found
No related tags found
No related merge requests found
sys_includes = ["stddef.h", "sys/types_internal.h", "sys/select.h"]
# no default C includes - they cause recursive dependencies and do weird stuff
no_includes = true
sys_includes = [
# Import most necessary, internal types first
"sys/types_internal.h",
"stddef.h",
"sys/select.h"
]
include_guard = "_SYS_TYPES_H"
language = "C"
style = "Tag"
[enum]
prefix_with_name = true
\ No newline at end of file
prefix_with_name = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment