Commit 5d02fdeee09c48748234cf9cb73297436c266b81

Authored by perry.werneck@gmail.com
1 parent a37acd69
Exists in master

Corrigindo mensagem de função não definida.

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/lib/host.c
... ... @@ -44,8 +44,7 @@
44 44  
45 45 #include "actionsc.h"
46 46 #include "hostc.h"
47   -// #include "macrosc.h"
48   -// #include "menubarc.h"
  47 +#include "statusc.h"
49 48 #include "popupsc.h"
50 49 #include "telnetc.h"
51 50 #include "trace_dsc.h"
... ...