gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
754 stars 174 forks source link

Add missing `#include <dlfcn.h>` (required by dlsym) #2815

Closed jalopezg-git closed 4 months ago

jalopezg-git commented 4 months ago

Add missing #include <dlfcn.h> (required by a use of dlsym()), for VERO4K, Odroid and VC (VideoCore, usually Raspberry Pi). Without this patch, the compiler obviously complains that dlsym() is not declared.