Merge pull request #9864 from obsidiansystems/rlim_t-header

Add missing `#include` for `rlim_t`
This commit is contained in:
John Ericson 2024-01-26 22:57:42 -05:00 committed by GitHub
commit 4a2444b3f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
///@file
#include <optional>
#include <sys/resource.h>
#include "types.hh"