* dbus/dbus-macros.h:
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 20:31:20 +0000 (20:31 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 10 Aug 2006 20:31:20 +0000 (20:31 +0000)
  add #include <stddef.h> so that Sun compilers don't complain about
  the defining NULL

ChangeLog

index 3719248..c6d5b3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
 
+       * dbus/dbus-macros.h:
+       add #include <stddef.h> so that Sun compilers don't complain about
+       the defining NULL
+
+2006-08-10  John (J5) Palmieri  <johnp@redhat.com>
+
        * dbus/dbus-sysdeps.c:
        * dbus/dbus-address.c:
        * bus/activation.c: