bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] [PATCH] Re-include <stddef.h> needed for NULL


From: Guillem Jover
Subject: [bug-inetutils] [PATCH] Re-include <stddef.h> needed for NULL
Date: Mon, 24 Oct 2011 22:50:13 +0200

Partially reverts 1647134d6cac7ffcb11dcf576826b1bb079467c5.

* libicmp/icmp_timestamp.c: Include <stddef.h>.
---
 libicmp/icmp_timestamp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libicmp/icmp_timestamp.c b/libicmp/icmp_timestamp.c
index 8c0020b..e04fdad 100644
--- a/libicmp/icmp_timestamp.c
+++ b/libicmp/icmp_timestamp.c
@@ -23,6 +23,8 @@
 #include <sys/socket.h>
 #include <sys/time.h>
 
+#include <stddef.h>
+
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]