summaryrefslogtreecommitdiff
path: root/viengoos/viengoos.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/viengoos.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/viengoos.c')
-rw-r--r--viengoos/viengoos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/viengoos.c b/viengoos/viengoos.c
index e362287..14b2a73 100644
--- a/viengoos/viengoos.c
+++ b/viengoos/viengoos.c
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <hurd/mutex.h>
+#include "mutex.h"
#ifndef NDEBUG
struct ss_lock_trace ss_lock_trace[SS_LOCK_TRACE_COUNT];