We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47b199 commit 6cd66c1Copy full SHA for 6cd66c1
test/unit/test_sdb_sdb.c
@@ -5,6 +5,7 @@
5
#include <sdb.h>
6
#include <fcntl.h>
7
#include <stdio.h>
8
+#include <rz_util/rz_file.h>
9
10
static bool foreach_delete_cb(void *user, const char *key, const char *val) {
11
if (strcmp(key, "bar")) {
0 commit comments