summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 07:09:42 +0900
commit16fda8b0bf4a05a35bdeaa798ff8432461634827 (patch)
treebac4d3904a9c69950caa9e40d1ae00478a3d58bd /Makefrag.am
parent1f59548942a9c029154703374e9a65c289cc6783 (diff)
kern/mach_clock.c: remove forward declaration
* Makefrag.am: Include kern/priority.h. * kern/mach_clock.c (thread_quantum_update): Remove forward declaration. Include kern/priority.h. * kern/priority.h: New file. Add copyright. [_KERN_PRIORITY_H_]: Add ifndef. (thread_quantum_update): Add prototype.
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index b3f9521c..39da40db 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -175,6 +175,7 @@ libkernel_a_SOURCES += \
kern/printf.c \
kern/printf.h \
kern/priority.c \
+ kern/priority.h \
kern/processor.c \
kern/processor.h \
kern/profile.c \