1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-09-08 12:47:33 +00:00
parent 09e891bcc9
commit 760b8d734e
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2009-09-08 P. A. Bagyenda <bagyenda@dsmagic.com>
* Minor fix for compilation on FreeBSD (thanks to Revence Kalibwani)
2009-08-13 P. A. Bagyenda <bagyenda@dsmagic.com>
* Minor improvements in mms dump
2009-08-12 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -14,6 +14,8 @@
#include <stdio.h>
#include <errno.h>
#include <signal.h>
#include <sys/wait.h>
#include "mmsbox_mmsc.h"
#include "mmsbox_cfg.h"
#include "mmsbox.h"

View File

@ -13,9 +13,8 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef SunOS
#include <sys/wait.h>
#endif
#include "mms_billing.h"