Make this compile correctly when no dlopen is available.

This commit is contained in:
Todd C. Miller
2010-10-11 09:10:10 -04:00
parent 66ea399856
commit 751f597b2b

View File

@@ -178,6 +178,12 @@ group_plugin_query(const char *user, const char *group,
* No loadable shared object support.
*/
#ifndef FALSE
#define FALSE 0
#endif
struct passwd;
int
group_plugin_load(char *plugin_info)
{