Skip to content

Commit 6cd66c1

Browse files
committed
include rz_file.h in test_sdb_sdb to use rz_file_rm
1 parent a47b199 commit 6cd66c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/test_sdb_sdb.c

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <sdb.h>
66
#include <fcntl.h>
77
#include <stdio.h>
8+
#include <rz_util/rz_file.h>
89

910
static bool foreach_delete_cb(void *user, const char *key, const char *val) {
1011
if (strcmp(key, "bar")) {

0 commit comments

Comments
 (0)