GNU_SOURCE
If you’re compiling something and you get this, despite having included sys/types.h
error: expected specifier-qualifier-list before ‘u_int’
You have to pass this to the compiler:
-D_GNU_SOURCE
If you’re compiling something and you get this, despite having included sys/types.h
error: expected specifier-qualifier-list before ‘u_int’
You have to pass this to the compiler:
-D_GNU_SOURCE
The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.
Leave a Reply