libicmp/icmp_address.c: Do not include <stddef.h>. Revert change of 2011-10-25.

This commit is contained in:
Giuseppe Scrivano
2011-10-26 13:11:59 +02:00
committed by Giuseppe Scrivano
parent 3e57e3a14f
commit ab911d3656
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2011-10-26 Giuseppe Scrivano <gscrivano@gnu.org>
* libicmp/icmp_address.c: Do not include <stddef.h>. Revert change of 2011-10-25.
* ftpd/Makefile.am (LDADD): Put iu_LIBRARIES as last element of LDADD.
* libicmp/icmp_timestamp.c: Include <stddef.h>; reverts parts of

View File

@@ -19,8 +19,6 @@
#include <config.h>
#include <stddef.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>