1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00

Merge pull request #100 from heirecka/include-dlfcn.h

Include <dlfcn.h> (for RTLD_{GLOBAL,NOW})
This commit is contained in:
Thomas Perl 2019-02-08 11:32:16 +01:00 committed by GitHub
commit ebe284544e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ namespace GlobalLibPythonLoader {
#define _GNU_SOURCE
#include <link.h>
#include <dlfcn.h>
#include <stdio.h>
#include <string.h>