fix: ifdef include

pull/62/head
Alexis 2018-10-25 19:12:28 +02:00
parent 9fae5efc06
commit fd76e98552
1 changed files with 2 additions and 0 deletions

View File

@ -9,7 +9,9 @@
#include "modules/battery.hpp"
#include "modules/memory.hpp"
#include "modules/cpu.hpp"
#ifdef HAVE_DBUSMENU
#include "modules/sni/tray.hpp"
#endif
#ifdef HAVE_LIBNL
#include "modules/network.hpp"
#endif