aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 903fdb3d..1d791bc7 100644
--- a/src/system.h
+++ b/src/system.h
@@ -20,6 +20,8 @@
#include <stdint.h>
#include <stdio.h>
+#define SERD_PAGE_SIZE 4096
+
/** fread-like wrapper for getc (which is faster). */
static inline size_t
serd_file_read_byte(void* buf, size_t size, size_t nmemb, void* stream)