summaryrefslogtreecommitdiffstats
path: root/src/shared/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/crc32.c')
-rw-r--r--src/shared/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/crc32.c b/src/shared/crc32.c
index c3e566f..6cf9a18 100644
--- a/src/shared/crc32.c
+++ b/src/shared/crc32.c
@@ -38,7 +38,7 @@
*/
-#include "../types.h"
+#include <dnbd3/types.h>
#include <stddef.h>
#if defined(__x86_64__) || defined(__amd64__)