aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-05-09 09:54:10 +0200
committerdec05eba <dec05eba@protonmail.com>2023-05-09 09:54:10 +0200
commit720d295b5512276e01fcc8e89cd0762609b17c7b (patch)
treed0abdded6c5d1d13430f46f2d407c5679fbdd886 /src
parentcab90eefb9e5b61a41ee5de0ab1f63e38a2587f7 (diff)
Fix build error (missing stdint.h include)
Diffstat (limited to 'src')
-rw-r--r--src/config.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 7257a4a..30eab74 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -8,6 +8,7 @@
#include <limits.h>
#include <libgen.h>
#include <stdio.h>
+#include <stdint.h>
#include <pwd.h>
#include <sys/stat.h>