From 99ab49ade39c49a70df92448c183aa4b25a62fa9 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Thu, 5 Oct 2000 17:02:34 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloadertools/build_patch.cxx | 6 +++++- panda/src/downloadertools/multify.cxx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/panda/src/downloadertools/build_patch.cxx b/panda/src/downloadertools/build_patch.cxx index 41dedea9c6..d0c3c91efa 100644 --- a/panda/src/downloadertools/build_patch.cxx +++ b/panda/src/downloadertools/build_patch.cxx @@ -1,5 +1,9 @@ #include -#include +#ifndef HAVE_GETOPT + #include +#else + #include +#endif #include #include diff --git a/panda/src/downloadertools/multify.cxx b/panda/src/downloadertools/multify.cxx index 4c6dc1e356..308464e59f 100644 --- a/panda/src/downloadertools/multify.cxx +++ b/panda/src/downloadertools/multify.cxx @@ -1,5 +1,9 @@ #include -#include +#ifndef HAVE_GETOPT + #include +#else + #include +#endif #include #include