modules/static_modules.c.SH: use correct header file

Commit 4016731b1c missed a file.

Reported-by: mniip (Freenode)

[ci skip]
This commit is contained in:
Aaron Jones 2017-10-15 06:37:04 +00:00
parent c380c2336a
commit e1d4ebda4d
No known key found for this signature in database
GPG key ID: 8AF0737488AB3012

View file

@ -30,7 +30,7 @@ cat > static_modules.c <<EOF
#include "stdinc.h" #include "stdinc.h"
#include "modules.h" #include "modules.h"
#include "hash.h" #include "hash.h"
#include "s_log.h" #include "logger.h"
EOF EOF