From b6e35c977928bc4fb15b5346128db9823412e6b4 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 2 Aug 2000 03:39:20 +0000 Subject: Get rid of second configuration header defs.h[.in]. Configuration now is in config.h and this is included as the very first header. --- lib/rpcs32.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/rpcs32.cc') diff --git a/lib/rpcs32.cc b/lib/rpcs32.cc index 74d5ca4..22433ee 100644 --- a/lib/rpcs32.cc +++ b/lib/rpcs32.cc @@ -14,6 +14,10 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -22,7 +26,6 @@ #include #include -#include "defs.h" #include "bool.h" #include "rpcs32.h" #include "bufferstore.h" -- cgit v1.2.3