projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrected missing dependency
[openwrt.git]
/
package
/
lcd4linux
/
patches
/
patch-drv_RouterBoard_c
1
--- lcd4linux-0.10.0-RC1/drv_RouterBoard.c 2004-08-30 15:20:45.000000000 +0200
2
+++ lcd-patched/drv_RouterBoard.c 2005-03-19 16:03:26.849650830 +0100
3
@@ -113,7 +113,7 @@
4
#include <string.h>
5
#include <errno.h>
6
#include <unistd.h>
7
-#include <sys/io.h>
8
+#include <asm/io.h>
9
10
#include "debug.h"
11
#include "cfg.h"
This page took
0.051916 seconds
and
5
git commands to generate.