diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | dbus/dbus-macros.h | 2 | 
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,10 @@  2006-08-10  John (J5) Palmieri  <johnp@redhat.com> +	* dbus/dbus-macros.h: Revert the addition of stddef.h +	as we should not be adding it to library headers  + +2006-08-10  John (J5) Palmieri  <johnp@redhat.com> +  	* dbus/dbus-signature.c:  	Fix the unit tests so that they work if assertions are not enabled.  	(patch from Julio M. Merino Vidal  <jmmv at NetBSD dot org>) diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h index 4454da3a..abcb12a3 100644 --- a/dbus/dbus-macros.h +++ b/dbus/dbus-macros.h @@ -24,8 +24,6 @@  #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."  #endif -#include <stddef.h> -  #ifndef DBUS_MACROS_H  #define DBUS_MACROS_H  | 
