summaryrefslogtreecommitdiff
path: root/viengoos/ager.c
diff options
context:
space:
mode:
authorneal <neal>2008-01-22 21:54:52 +0000
committerneal <neal>2008-01-22 21:54:52 +0000
commite0e1046a2a54fab8626b7721483899b30fa34929 (patch)
treebec8b4cc6c12dac470a984a2257813d8128776ad /viengoos/ager.c
parent00fee5105dca3b1545ccc4bc16a8efa6f8d0207b (diff)
2008-01-22 Neal H. Walfield <neal@gnu.org>
* mutex.h: New file, copy ../hurd/mutex.h. * ager.c: Include "mutex.h", not <hurd/mutex.h>. * object.h: Likewise. * t-environment.h: Likewise. * viengoos.c: Likewise.
Diffstat (limited to 'viengoos/ager.c')
-rw-r--r--viengoos/ager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/ager.c b/viengoos/ager.c
index a2fe2c4..1151ba7 100644
--- a/viengoos/ager.c
+++ b/viengoos/ager.c
@@ -20,7 +20,7 @@
#include <l4/space.h>
#include <l4/schedule.h>
-#include <hurd/mutex.h>
+#include "mutex.h"
#include <assert.h>