Преглед изворни кода

fixed missing variable declaration

Nils Ohlmeier пре 20 година
родитељ
комит
5f8ad85fe8
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      main.c

+ 3 - 0
main.c

@@ -836,6 +836,9 @@ int main_loop()
 #ifdef USE_TCP
 	int sockfd[2];
 #endif
+#ifdef DEBUG
+	int r;
+#endif
 
 	/* one "main" process and n children handling i/o */