X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dlwrap.h;h=cad5a62f7d86a901521fcd74e07634d4ee6ca8ed;hb=d6ac766abe401b681282cdcf273e7fb67fff99bd;hp=9b6b53d8d062cf36c71512159272ff0b07e926e0;hpb=44b4f7ecdfb8c538aa7616d2ea718f7465446388;p=fips diff --git a/dlwrap.h b/dlwrap.h index 9b6b53d..cad5a62 100644 --- a/dlwrap.h +++ b/dlwrap.h @@ -22,6 +22,9 @@ #ifndef DLWRAP_H #define DLWRAP_H +#define _GNU_SOURCE +#include + /* Call the *real* dlopen. We have our own wrapper for dlopen that, of * necessity must use claim the symbol 'dlopen'. So whenever anything * internal needs to call the real, underlying dlopen function, the