Clang-Complete icon indicating copy to clipboard operation
Clang-Complete copied to clipboard

Includes in cc_include_options

Open marcelhollerbach opened this issue 9 years ago • 1 comments

I have to include manually /usr/include/linux to have stddef.h I dont have to do this if I manually compile things (is this a bug) ?

After including the .../linux thing I get this message:

/usr/include/alloca.h:32:22: error: unknown type name 'size_t'

What can I do ?

Otherwise really really cool thing :)

marcelhollerbach avatar May 09 '15 18:05 marcelhollerbach