From 973ae30e7c4f7a1afb385dd3d8eeea178f981445 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 13:24:39 +0200 Subject: fix deprecated prototypes --- src/prot.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/prot.c') diff --git a/src/prot.c b/src/prot.c index aa685c4..6a15d2e 100644 --- a/src/prot.c +++ b/src/prot.c @@ -1,6 +1,13 @@ #include "prot.h" -#include "hasshsgr.h" +#include +#include + +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "hasshsgr.h" +#endif /* XXX: there are more portability problems here waiting to leap out at me */ -- cgit v1.2.3