diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-05-09 09:54:10 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-05-09 09:54:10 +0200 |
commit | 720d295b5512276e01fcc8e89cd0762609b17c7b (patch) | |
tree | d0abdded6c5d1d13430f46f2d407c5679fbdd886 /src/config.hpp | |
parent | cab90eefb9e5b61a41ee5de0ab1f63e38a2587f7 (diff) |
Fix build error (missing stdint.h include)
Diffstat (limited to 'src/config.hpp')
-rw-r--r-- | src/config.hpp | 1 |
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> |