aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs.cc')
-rw-r--r--lib/rpcs.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rpcs.cc b/lib/rpcs.cc
index 79630cf..cdbbabd 100644
--- a/lib/rpcs.cc
+++ b/lib/rpcs.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 <stream.h>
#include <stdlib.h>
#include <fstream.h>
@@ -21,7 +25,6 @@
#include <time.h>
#include <string.h>
-#include "defs.h"
#include "bool.h"
#include "rpcs.h"
#include "bufferstore.h"