2
0
Fork 0

[mod_userdir] Reorder includes to kill compiler warning

This commit is contained in:
Thomas Porzelt 2010-04-25 16:47:44 +02:00
parent bf2d01e56c
commit 67e940676d
1 changed files with 1 additions and 1 deletions

View File

@ -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);