diff -ur mtr-0.48/NEWS mtr-0.49/NEWS
--- mtr-0.48/NEWS	Tue Feb 19 17:59:50 2002
+++ mtr-0.49/NEWS	Thu Mar  7 13:18:16 2002
@@ -1,4 +1,8 @@
 WHAT'S NEW?
+  v0.49 Fix compilation problems on several platforms.
+
+  v0.48 Draw names in red (GTK) or bold (Curses) if host doesn't 
+        respond. 
 
   v0.47 Fixed a (believed-) non-exploitable bufferoverflow. 
         Thanks Damian. 
Only in mtr-0.48: conf5767
diff -ur mtr-0.48/configure mtr-0.49/configure
--- mtr-0.48/configure	Thu Mar  7 09:28:52 2002
+++ mtr-0.49/configure	Wed Mar  6 12:27:39 2002
@@ -699,7 +699,7 @@
 
 PACKAGE=mtr
 
-VERSION=0.48
+VERSION=0.49
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff -ur mtr-0.48/configure.in mtr-0.49/configure.in
--- mtr-0.48/configure.in	Tue Feb 19 17:59:51 2002
+++ mtr-0.49/configure.in	Wed Mar  6 12:27:37 2002
@@ -1,5 +1,5 @@
 AC_INIT(mtr.c)
-AM_INIT_AUTOMAKE(mtr, 0.48)
+AM_INIT_AUTOMAKE(mtr, 0.49)
 
 AC_SUBST(GTK_OBJ)
 AC_SUBST(CURSES_OBJ)
diff -ur mtr-0.48/img/Makefile.in mtr-0.49/img/Makefile.in
--- mtr-0.48/img/Makefile.in	Thu Mar  7 09:29:06 2002
+++ mtr-0.49/img/Makefile.in	Wed Mar  6 12:28:37 2002
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -99,7 +99,7 @@
 	@for file in $(DISTFILES); do \
 	  d=$(srcdir); \
 	  if test -d $$d/$$file; then \
-	    cp -pr $$/$$file $(distdir)/$$file; \
+	    cp -pr $$d/$$file $(distdir)/$$file; \
 	  else \
 	    test -f $(distdir)/$$file \
 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
diff -ur mtr-0.48/mtr.c mtr-0.49/mtr.c
--- mtr-0.48/mtr.c	Wed Mar  6 12:25:54 2002
+++ mtr-0.49/mtr.c	Thu Mar  7 08:48:27 2002
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <netinet/in.h>
+#include <sys/socket.h> 
 
 #include "mtr-curses.h"
 #include "getopt.h"
