Fix Linux includes.

This commit is contained in:
2021-03-30 04:15:51 +01:00
parent 1d53783253
commit f667090a88
5 changed files with 226 additions and 195 deletions

View File

@@ -23,6 +23,8 @@ Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)
#define _GNU_SOURCE
#include <dlfcn.h>
#include "../linux/linux.h"