diff options
Diffstat (limited to 'elf/dlfcn.h')
-rw-r--r-- | elf/dlfcn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dlfcn.h b/elf/dlfcn.h index 94e1fae8a4..9b06988e96 100644 --- a/elf/dlfcn.h +++ b/elf/dlfcn.h @@ -18,8 +18,8 @@ Boston, MA 02111-1307, USA. */ #ifndef _DLFCN_H - #define _DLFCN_H 1 + #include <features.h> /* The MODE argument to `dlopen' contains one of the following: */ |