aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs32.cc')
-rw-r--r--lib/rpcs32.cc5
1 files changed, 4 insertions, 1 deletions
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 <stream.h>
#include <stdio.h>
#include <stdlib.h>
@@ -22,7 +26,6 @@
#include <time.h>
#include <string.h>
-#include "defs.h"
#include "bool.h"
#include "rpcs32.h"
#include "bufferstore.h"