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 aea11d0..94f75b1 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
#ifndef DUCC_COMMON_H
#define DUCC_COMMON_H
-#include "std.h"
+#include <stddef.h>
_Noreturn void fatal_error(const char* msg, ...);