summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 20:31:20 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 20:31:20 +0000
commit6f8d6a591f889f9a34c758bea71f3aa8d782894c (patch)
tree82ed012969d1940f73e7121bbb43f14ba297223f
parent2974c82428b5d9d3e1f504ba4052aec47fc2b415 (diff)
* dbus/dbus-macros.h:
add #include <stddef.h> so that Sun compilers don't complain about the defining NULL
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37192484..c6d5b3d9 100644
--- 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: