summaryrefslogtreecommitdiff
path: root/viengoos
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-29 23:06:00 +0000
committertschwinge <tschwinge>2008-05-29 23:06:00 +0000
commit427ed93d4f1b8ede8a868604cdaceef22b19a6f3 (patch)
tree19440875d423016221822e788c9fb07e80a2f5ac /viengoos
parentab55c9dda40e73b1042d1a4f5a3ef0b0f1a9facb (diff)
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
* object.h: Include <hurd/error.h> instead of <error.h>.
Diffstat (limited to 'viengoos')
-rw-r--r--viengoos/ChangeLog2
-rw-r--r--viengoos/object.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index 6ffca48..a8788b5 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,7 @@
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+ * object.h: Include <hurd/error.h> instead of <error.h>.
+
* cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead
of `s_putchar' and `s_printf' and remove the latters' prototypes.
diff --git a/viengoos/object.h b/viengoos/object.h
index 24fc740..28aeeb0 100644
--- a/viengoos/object.h
+++ b/viengoos/object.h
@@ -22,7 +22,7 @@
#define RM_OBJECT_H
#include <l4.h>
-#include <error.h>
+#include <hurd/error.h>
#include <string.h>
#include <assert.h>
#include <hurd/cap.h>