diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index af32130..370f102 100644 --- a/src/Config.h +++ b/src/Config.h @@ -37,6 +37,8 @@ extern int DirectBoot; extern int Threaded3D; +extern int SocketBindAnyAddr; + } #endif // CONFIG_H |