summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 426d67a..2fb627d 100644
--- a/scope.h
+++ b/scope.h
@@ -100,7 +100,6 @@ extern char AudioServerHostName[MAXHOSTNAMELEN];
/* ********************************************** */
#include "fd.h"
-#include "proto.h"
#define BUFFER_SIZE (1024 * 32)
@@ -124,4 +123,6 @@ extern long ServerBasePort;
extern char ScopeEnabled;
extern long TranslateText;
+#include "proto.h"
+
#endif /* XSCOPE_SCOPE_H */