fifo.h got split into zm_fifo and zm_stream so update the code in zms

This commit is contained in:
Isaac Connor 2021-03-01 14:03:52 -05:00
parent 8c2e6589ac
commit b4fc782778
1 changed files with 1 additions and 1 deletions

View File

@ -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) {