aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 94f75b1..b6fc238 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
#ifndef DUCC_COMMON_H
#define DUCC_COMMON_H
-#include <stddef.h>
+#include "ducc.h"
_Noreturn void fatal_error(const char* msg, ...);