Skip to content

Commit 56195dc

Browse files
committedSep 22, 2014
Fix build with redis
Broken by 6bc4cad because database-redis.h depended on settings.h to include filesys.h.
1 parent 9a685a4 commit 56195dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/database-redis.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3535
#include "main.h"
3636
#include "settings.h"
3737
#include "log.h"
38+
#include "filesys.h"
39+
3840

3941
Database_Redis::Database_Redis(ServerMap *map, std::string savedir)
4042
{

0 commit comments

Comments
 (0)
Please sign in to comment.