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:
commit
ebe284544e
@ -25,6 +25,7 @@ namespace GlobalLibPythonLoader {
|
||||
#define _GNU_SOURCE
|
||||
#include <link.h>
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user