From 240bce8dad7023240278d3d80bc87fddbdf8b951 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 27 Sep 2008 17:34:57 -0400 Subject: [PATCH] Fixed a FreeBSD compilation warning. --- src/pinentry.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pinentry.c b/src/pinentry.c index f6aeaac8..43ad26d0 100644 --- a/src/pinentry.c +++ b/src/pinentry.c @@ -27,6 +27,11 @@ #include #endif +#ifdef __FreeBSD__ +#include +#include +#endif + #ifdef WITH_QUALITY #include #endif -- 2.11.4.GIT