summaryrefslogtreecommitdiff
path: root/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'global.c')
-rw-r--r--global.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/global.c b/global.c
index 5685186..e2eb76e 100644
--- a/global.c
+++ b/global.c
@@ -24,6 +24,7 @@
* rights to redistribute these changes.
*/
+#include "cpu.h"
#include "error.h"
#include "global.h"
@@ -65,6 +66,9 @@ string_t InternalHeaderFileName = strNULL;
string_t UserFileName = strNULL;
string_t ServerFileName = strNULL;
+int port_size = port_name_size;
+int port_size_in_bits = port_name_size_in_bits;
+
void
more_global(void)
{