Skip to content

Commit

Permalink
various: some missing #include zalloc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jthornber committed Jun 8, 2018
1 parent 61e67e5 commit 0ac89fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions daemons/dmeventd/dmeventd.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* dmeventd - dm event daemon to monitor active mapped devices
*/

#include "base/memory/zalloc.h"
#include "device_mapper/misc/dm-logging.h"

#include "daemons/dmeventd/libdevmapper-event.h"
Expand Down
1 change: 1 addition & 0 deletions daemons/dmeventd/libdevmapper-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "base/memory/zalloc.h"
#include "device_mapper/misc/dm-logging.h"
#include "device_mapper/misc/dmlib.h"
#include "daemons/dmeventd/libdevmapper-event.h"
Expand Down
1 change: 1 addition & 0 deletions tools/tool.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <unistd.h>

#include "base/memory/zalloc.h"
#include "device_mapper/all.h"
#include "lib/misc/util.h"

Expand Down

0 comments on commit 0ac89fb

Please sign in to comment.