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"