summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index f0a43b12..c0ff6181 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -139,6 +139,10 @@ main(int argc, char** argv)
"Unable to load HTTP server module");
#endif
}
+ #ifdef HAVE_SOCKET
+ ingen_try(world->load_module("socket_server"),
+ "Unable to load socket server module");
+ #endif
}
// If we don't have a local engine interface (for GUI), use network