- Fix compilation problems on several platforms.
source: ftp://ftp.bitwizard.nl/mtr/mtr-0.49.tar.gz
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.
AC_INIT(mtr.c)
-AM_INIT_AUTOMAKE(mtr, 0.48)
+AM_INIT_AUTOMAKE(mtr, 0.49)
AC_SUBST(GTK_OBJ)
AC_SUBST(CURSES_OBJ)
#include <stdlib.h>
#include <string.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#include "mtr-curses.h"
#include "getopt.h"