aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfsv32.cc')
-rw-r--r--lib/rfsv32.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rfsv32.cc b/lib/rfsv32.cc
index 3980eb9..fa4852f 100644
--- a/lib/rfsv32.cc
+++ b/lib/rfsv32.cc
@@ -19,6 +19,10 @@
//
// e-mail philip.proudman@btinternet.com
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stream.h>
#include <stdlib.h>
#include <fstream.h>
@@ -26,7 +30,6 @@
#include <time.h>
#include <string.h>
-#include "defs.h"
#include "bool.h"
#include "rfsv32.h"
#include "bufferstore.h"