You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add POSIX feature macros and fix C compilation errors
- Add _POSIX_C_SOURCE and _XOPEN_SOURCE macros for strdup declaration
- Include strings.h for strcasecmp function
- Fix http2_request signature to accept const request parameter
- Fix C23 label-declaration warning by wrapping in block scope
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments