mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-11 00:31:49 +02:00
13 lines
215 B
Diff
13 lines
215 B
Diff
Fixes "error: unknown type name 'dev_t'"
|
|
|
|
--- a/dbfile.h
|
|
+++ b/dbfile.h
|
|
@@ -5,6 +5,7 @@
|
|
#include <stdint.h>
|
|
#include <sqlite3.h>
|
|
#include <stdbool.h>
|
|
+#include <sys/types.h>
|
|
#include "util.h"
|
|
|
|
struct filerec;
|