diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 13:08:00 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-25 13:08:00 +0100 |
| commit | b9912f2054475a618ffd88428e6beb529e07c2f4 (patch) | |
| tree | 22df84854eb75099ba1e3609f31710d0fe147d27 | |
| parent | fb948c7f23a798b0c6667003261985c667a65ed6 (diff) | |
Add missing include
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <fcntl.h> #include <sqlite3.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <sys/sendfile.h> |
