Skip to content

Commit

Permalink
config: properly disable YAML
Browse files Browse the repository at this point in the history
yamlconfig.h include was unguarded. Fixes issue #54.
  • Loading branch information
Victor Mataré committed Jul 16, 2018
1 parent 0f39158 commit 5b5a547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
#include "parser.h"
#include "message.h"
#include "thinkfan.h"
#include "yamlconfig.h"

#ifdef USE_YAML
#include "yamlconfig.h"
#endif

namespace thinkfan {

Expand Down

0 comments on commit 5b5a547

Please sign in to comment.