We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5884037 + b804a29 commit 5bce99bCopy full SHA for 5bce99b
loader/CMakeLists.txt
@@ -23,5 +23,6 @@ target_sources_ifdef(CONFIG_USB_DEVICE_STACK_NEXT app PRIVATE
23
24
FILE(GLOB app_sources *.c)
25
target_sources(app PRIVATE ${app_sources})
26
+target_compile_definitions(app PUBLIC _XOPEN_SOURCE=700)
27
28
target_link_libraries(app PUBLIC blobs)
0 commit comments