diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/input_mms.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/input/input_mms.c b/src/input/input_mms.c index 3cc6ece28..5cad12dfa 100644 --- a/src/input/input_mms.c +++ b/src/input/input_mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_mms.c,v 1.23 2002/10/29 01:17:46 guenter Exp $ + * $Id: input_mms.c,v 1.24 2002/11/03 20:43:57 guenter Exp $ * * mms input plugin based on work from major mms */ @@ -45,6 +45,9 @@ #include "mms.h" #include "net_buf_ctrl.h" +/* +#define LOG +*/ extern int errno; |