From 6cb8a91d5cbb1217a43119cc0e98b14d2c565d37 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Sep 2002 13:32:27 +0000 Subject: "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again. svn:r102 --- src/smtpap/smtpap.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/smtpap') diff --git a/src/smtpap/smtpap.c b/src/smtpap/smtpap.c index 7efabccf2..2bb8e5acb 100644 --- a/src/smtpap/smtpap.c +++ b/src/smtpap/smtpap.c @@ -8,6 +8,9 @@ /* * Changes : * $Log$ + * Revision 1.6 2002/09/10 13:32:27 nickm + * "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again. + * * Revision 1.5 2002/09/09 04:10:58 arma * port to actual BSD * @@ -122,6 +125,8 @@ * */ +#include "orconfig.h" +#undef VERSION #include #include #include @@ -140,6 +145,9 @@ #include #include #include +#ifdef HAVE_STDINT_H +#include +#endif #include "../common/log.h" #include "../common/config.h" -- cgit v1.2.3