[mod_userdir] Reorder includes to kill compiler warning
This commit is contained in:
parent
bf2d01e56c
commit
67e940676d
|
@ -29,8 +29,8 @@
|
|||
* MIT, see COPYING file in the lighttpd 2 tree
|
||||
*/
|
||||
|
||||
#include <pwd.h>
|
||||
#include <lighttpd/base.h>
|
||||
#include <pwd.h>
|
||||
|
||||
LI_API gboolean mod_userdir_init(liModules *mods, liModule *mod);
|
||||
LI_API gboolean mod_userdir_free(liModules *mods, liModule *mod);
|
||||
|
|
Loading…
Reference in New Issue