aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-15 13:34:07 +0900
committernsfisis <nsfisis@gmail.com>2025-09-15 13:34:07 +0900
commitedb1612b9f5d5485528e24470b88a7d602772ad6 (patch)
tree2bca7625a11bb59a2abb860e8b73fc43f6e1987b /src/common.h
parent6994805cd5cbb17ae4ff5513ec776bb08eddec6c (diff)
downloadducc-edb1612b9f5d5485528e24470b88a7d602772ad6.tar.gz
ducc-edb1612b9f5d5485528e24470b88a7d602772ad6.tar.zst
ducc-edb1612b9f5d5485528e24470b88a7d602772ad6.zip
refactor: remove src/std.h
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, ...);