Added include for malloc.h in protocol.c

This commit is contained in:
Rumble 2014-05-01 18:03:36 -04:00
parent 6ed539a28a
commit 06db06f2b6

View file

@ -12,6 +12,7 @@
#endif
#include <sys/types.h>
#include "protocol.h"
#include <malloc.h>
/******************************************************************************
The following section is for Diku/Merc derivatives. Replace as needed.