aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/copyfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/copyfile.c b/FICS/copyfile.c
index 524a036..c6035b2 100644
--- a/FICS/copyfile.c
+++ b/FICS/copyfile.c
@@ -1,10 +1,12 @@
// SPDX-FileCopyrightText: 2025 Markus Uhlin <maxxe@rpblc.net>
// SPDX-License-Identifier: ISC
+#include <sys/types.h>
#include <sys/stat.h>
#include <err.h>
#include <fcntl.h>
+#include <md5.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>