fifo.h got split into zm_fifo and zm_stream so update the code in zms
This commit is contained in:
parent
8c2e6589ac
commit
b4fc782778
|
@ -23,7 +23,7 @@
|
|||
#include "zm_signal.h"
|
||||
#include "zm_monitorstream.h"
|
||||
#include "zm_eventstream.h"
|
||||
#include "zm_fifo.h"
|
||||
#include "zm_fifo_stream.h"
|
||||
#include <string>
|
||||
|
||||
bool ValidateAccess(User *user, int mon_id) {
|
||||
|
|
Loading…
Reference in New Issue