projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2022c
)
Add missing include
author
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 Jan 2005 18:08:16 +0000
(18:08 +0000)
committer
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 Jan 2005 18:08:16 +0000
(18:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@336
38d2e660
-2303-0410-9eaa-
f027e97ec537
drv/ser.h
patch
|
blob
|
history
diff --git
a/drv/ser.h
b/drv/ser.h
index 1f611646bfbc3b581f268afc7309bdf9b2d7991f..64a84b0fb5db18e9579ac4f04e10aa1935247757 100755
(executable)
--- a/
drv/ser.h
+++ b/
drv/ser.h
@@
-14,6
+14,9
@@
/*#*
*#* $Log$
+ *#* Revision 1.19 2005/01/11 18:08:16 aleph
+ *#* Add missing include
+ *#*
*#* Revision 1.18 2004/12/08 08:57:17 bernie
*#* Rename time_t to mtime_t.
*#*
@@
-72,6
+75,7
@@
#include <mware/fifobuf.h>
#include <compiler.h>
#include <config.h>
+#include <macros.h> /* BV() */
/*! \name Serial Error/status flags. */
/*\{*/