Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak build on FreeBSD due to missing header #42

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. drm: add missing include to fix BSD

    src/backend/drm/Renderer.cpp:504:13: error: use of undeclared identifier 'close'
      504 |             close(dupFd);
          |             ^
    src/backend/drm/Renderer.cpp:532:13: error: use of undeclared identifier 'close'
      532 |             close(egl.lastBlitSyncFD);
          |             ^
    jbeich committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2a97812 View commit details
    Browse the repository at this point in the history