summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 22:58:05 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 22:58:05 +0000
commit42319b9d10bd17014de93dbd919bb6d01e545c80 (patch)
treef3d4a858c80913fbc6e49ad28a362ad61ad79a66
parent2c17f3dc1fb2de4be6199a069622c31438bcbfb8 (diff)
* dbus/dbus-macros.h: Revert the addition of stddef.h
as we should not be adding it to library headers
-rw-r--r--ChangeLog5
-rw-r--r--dbus/dbus-macros.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e47bf8b..1ba4c55b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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