mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
11 lines
173 B
Diff
11 lines
173 B
Diff
--- a/dbfile.h
|
|
+++ b/dbfile.h
|
|
@@ -7,6 +7,8 @@
|
|
#include <stdbool.h>
|
|
#include "util.h"
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
struct filerec;
|
|
struct block_csum;
|
|
struct extent_csum;
|