From 19d8550cf48fe8b5f21872892f33ae2203d80bf5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Jul 2020 09:41:31 -0700 Subject: [PATCH] One more TANDEM include. --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index ad30c86f..7c36c2c7 100644 --- a/main.c +++ b/main.c @@ -28,6 +28,9 @@ #include #endif #include +#ifdef __TANDEM +#include +#endif extern int dry_run; extern int list_only; -- 2.47.2