Gabriele Contini
2019-09-07 7b1950f29fa4a73a43b71ee3c1e444fa38e296f0
src/library/os/os.h
@@ -14,14 +14,18 @@
#include "../base/base.h"
#include <stddef.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
//definition of size_t
#include <stdlib.h>
#ifdef __unix__
#include <unistd.h>
#include <stdbool.h>
#endif
typedef enum {
   NONE, VMWARE
   NONE, CONTAINER, VM
} VIRTUALIZATION;
typedef enum {