79081855

Date: 2024-10-12 20:30:23
Score: 1.5
Natty:
Report link

sys/resource.h is a POSIX header file, so you will not find it on windows.

I recommend you to use cygwin. Make sure in the installation that you add the cygwin-devel package, as it is the one that contains sys/resource.h.

The default location is C:\cygwin64\usr\include\sys\resource.h.

An older but related question can be found here.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harvid