aboutsummaryrefslogtreecommitdiffstats
path: root/src/smpp34_dumpPdu.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-09 11:49:22 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-09 11:49:49 +0100
commitac4af14ab11b6a61d9c98d2232f5f0a238c5f697 (patch)
tree88b4f28a4e572649a788e4a33d12d9fa791e573f /src/smpp34_dumpPdu.c
parent9288d59cfdc452fa3a92728149537372ee5c6c56 (diff)
misc: Use stdlib.h instead of malloc.h to make it compile on FreeBSD
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
Diffstat (limited to 'src/smpp34_dumpPdu.c')
-rw-r--r--src/smpp34_dumpPdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpp34_dumpPdu.c b/src/smpp34_dumpPdu.c
index cff0300..13beaf8 100644
--- a/src/smpp34_dumpPdu.c
+++ b/src/smpp34_dumpPdu.c
@@ -22,7 +22,7 @@
*/
#include <stdio.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>