diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-18 19:29:10 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-18 19:29:10 +0200 |
commit | a6c5ae9a9fbd32f8f4682ec2e39bbef44360c454 (patch) | |
tree | 44a1b7d7e7dfd0e4f8be179dea8da698c3c2e0e1 | |
parent | 576454d18ff02f2ad252ee27e13a563e4672847c (diff) | |
parent | e7688db4b05a6dc716f2c2a1ba04cb0d2a1605b8 (diff) |
Merge remote branch 'flubber/master'
-rw-r--r-- | hurd/dde/guide.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 72294629..56f7683c 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -99,7 +99,7 @@ reboot back to hurd (multiuser) > $ nano forcedeth.c -add these 2 lines after the last #include +add this line after the last #include #include <ddekit/timer.h> |