iputils/iputils-traceroute6-stdint.diff
Marcus Schaefer a2f67ab311 - fixed device broadcast setup (bnc #614389)
- upstream maintainer has changed. new maintainer is
  YOSHIFUJI Hideaki. Along with this change the versioning
  of the package also changed. Current version is: s20100418
  from 18-Apr-2010
- many patches upstream now, reduced patch set

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=11
2010-07-14 12:07:32 +00:00

11 lines
213 B
Diff

--- traceroute6.c
+++ traceroute6.c 2004/09/03 09:38:22
@@ -230,6 +230,7 @@
* Tue Dec 20 03:50:13 PST 1988
*/
+#include <stdint.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>