Skip to content
Snippets Groups Projects
Commit a77060d0 authored by Soeren Peters's avatar Soeren Peters
Browse files

Use modern c header includes.

parent 1082d6d2
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@
#define MEMORYUTIL_APPLE
#include "sys/types.h"
#include "sys/sysctl.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include <cstdlib>
#include <cstdio>
#include <cstring>
#elif (defined(__amd64) || defined(__amd64__) || defined(__unix__) || defined(__CYGWIN__)) && !defined(__AIX__)
#define MEMORYUTIL_LINUX
#include "sys/types.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