Changeset - a3306320d953
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-06-09 12:52:35
ohnobinki@ohnopublishing.net
missing #include <stdio.h>
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/common/protocol.c
Show inline comments
 
@@ -17,12 +17,13 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#include "protocol.h"
 

	
 
#include <malloc.h>
 
#include <stdio.h>
 
#include <string.h>
 

	
 
#define DISTREN_REQUEST_MAGIC (0x32423434)
 

	
 
int distren_request_new(struct distren_request **req, uint32_t len, enum distren_request_type type)
 
{
0 comments (0 inline, 0 general)