Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 999d182d authored by David Cleaver's avatar David Cleaver
Browse files

Improve sys/resource.h include logic

parent 93242562
No related branches found
No related tags found
No related merge requests found
Pipeline #999114 passed
......@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#ifndef _MSC_VER
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif
#include <time.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment