2014-01-25 15:10:50 +01:00
|
|
|
From 9c60c5877436c2feabe55ff91f6d279564fe1a31 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Thu, 23 Jan 2014 10:32:36 +0100
|
|
|
|
Subject: traceroute6: Include stdint.h
|
|
|
|
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
|
|
---
|
|
|
|
traceroute6.c | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/traceroute6.c b/traceroute6.c
|
|
|
|
index 0538d4b..7205fa3 100644
|
|
|
|
--- a/traceroute6.c
|
|
|
|
+++ b/traceroute6.c
|
|
|
|
@@ -230,6 +230,7 @@ char copyright[] =
|
2007-01-16 00:17:50 +01:00
|
|
|
* Tue Dec 20 03:50:13 PST 1988
|
|
|
|
*/
|
|
|
|
|
|
|
|
+#include <stdint.h>
|
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/socket.h>
|
2014-01-25 15:10:50 +01:00
|
|
|
--
|
|
|
|
1.8.1.4
|
|
|
|
|