Skip to content

Commit

Permalink
common: add log.h to libpmemobj.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Mar 14, 2024
1 parent 3fda80e commit 7c1fffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/include/libpmemobj.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* Copyright 2014-2020, Intel Corporation */
/* Copyright 2014-2024, Intel Corporation */

/*
* libpmemobj.h -- definitions of libpmemobj entry points
Expand All @@ -19,6 +19,7 @@
#include <libpmemobj/ctl.h>
#include <libpmemobj/iterator.h>
#include <libpmemobj/lists_atomic.h>
#include <libpmemobj/log.h>
#include <libpmemobj/pool.h>
#include <libpmemobj/thread.h>
#include <libpmemobj/tx.h>
Expand Down

0 comments on commit 7c1fffd

Please sign in to comment.