mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Add missing #include
for rlim_t
My local build in the shell was failing while CI was fine; not sure why that is but having the include here is definitely more correct. Per the POSIX spec, this is where it is supposed to be gotten https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html
This commit is contained in:
parent
efb91d5979
commit
1aec7771d4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
///@file
|
||||
|
||||
#include <optional>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue