Opened 16 years ago

Closed 16 years ago

#335 closed Bug (fixed)

missing include in peer-mgr.c in encryption branch

Reported by: erdgeist Owned by:
Priority: Normal Milestone: None Set
Component: libtransmission Version: 0.82+
Severity: Normal Keywords:
Cc:

Description

Index: peer-mgr.c =================================================================== --- peer-mgr.c (revision 3070) +++ peer-mgr.c (working copy) @@ -14,6 +14,7 @@

#include <string.h> /* memcpy, memcmp */ #include <stdlib.h> /* qsort */ #include <stdio.h> /* printf */

+#include <limits.h> /* INT_MAX */

#include "transmission.h" #include "clients.h"

Change History (2)

comment:1 Changed 16 years ago by erdgeist

Fucked up formatting...

Index: peer-mgr.c
===================================================================
--- peer-mgr.c	(revision 3070)
+++ peer-mgr.c	(working copy)
@@ -14,6 +14,7 @@
 #include <string.h> /* memcpy, memcmp */
 #include <stdlib.h> /* qsort */
 #include <stdio.h> /* printf */
+#include <limits.h> /* INT_MAX */
 
 #include "transmission.h"
 #include "clients.h"

comment:2 Changed 16 years ago by charles

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.