From 760b8d734e2df405fa86477de81f019caee01096 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Tue, 8 Sep 2009 12:47:33 +0000 Subject: [PATCH] *** empty log message *** --- mbuni/ChangeLog | 2 ++ mbuni/extras/mmsbox-mm1/mmsbox_mm1.c | 2 ++ mbuni/mmsc/mms_billing_shell.c | 3 +-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index 8eafb97..b786dbe 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,3 +1,5 @@ +2009-09-08 P. A. Bagyenda + * Minor fix for compilation on FreeBSD (thanks to Revence Kalibwani) 2009-08-13 P. A. Bagyenda * Minor improvements in mms dump 2009-08-12 P. A. Bagyenda diff --git a/mbuni/extras/mmsbox-mm1/mmsbox_mm1.c b/mbuni/extras/mmsbox-mm1/mmsbox_mm1.c index daa5337..8213045 100644 --- a/mbuni/extras/mmsbox-mm1/mmsbox_mm1.c +++ b/mbuni/extras/mmsbox-mm1/mmsbox_mm1.c @@ -14,6 +14,8 @@ #include #include #include +#include + #include "mmsbox_mmsc.h" #include "mmsbox_cfg.h" #include "mmsbox.h" diff --git a/mbuni/mmsc/mms_billing_shell.c b/mbuni/mmsc/mms_billing_shell.c index d14597d..67fcf77 100644 --- a/mbuni/mmsc/mms_billing_shell.c +++ b/mbuni/mmsc/mms_billing_shell.c @@ -13,9 +13,8 @@ #include #include -#ifdef SunOS #include -#endif + #include "mms_billing.h"