]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
One more TANDEM include.
authorWayne Davison <wayne@opencoder.net>
Mon, 6 Jul 2020 16:41:31 +0000 (09:41 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 6 Jul 2020 16:41:31 +0000 (09:41 -0700)
main.c

diff --git a/main.c b/main.c
index ad30c86f7d1271e96cd9db7c125897d36a6d8fea..7c36c2c7f25c27dec8e9a7a20c9aa2152f277893 100644 (file)
--- a/main.c
+++ b/main.c
@@ -28,6 +28,9 @@
 #include <locale.h>
 #endif
 #include <popt.h>
+#ifdef __TANDEM
+#include <floss.h(floss_execlp)>
+#endif
 
 extern int dry_run;
 extern int list_only;