]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* 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 371924843cffcd32890e170ccd3bdf04e734393a..c6d5b3d9f51ed0967fda835a362553e36b6dd120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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: