View | Details | Raw Unified | Return to bug 65929 | Differences between
and this patch

Collapse All | Expand All

(-)modules.h (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
#include "security.h"
25
#include "security.h"
26
26
27
#ifdef __linux__
27
#if defined(__linux__) || defined(__FreeBSD__)
28
#include <dlfcn.h>
28
#include <dlfcn.h>
29
#endif
29
#endif

Return to bug 65929