summaryrefslogtreecommitdiff
path: root/kern/semaphore_i.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-30 22:16:59 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-30 22:16:59 +0200
commit436fe6cb9711401fcc1f1d8fc29025f1aec5b774 (patch)
tree521e9c563f161e8faa6370372af26b3a4f5623ae /kern/semaphore_i.h
parent4eaa58c85eec654eb8bf8e002b3f3a419f5ce16b (diff)
Move assert.h to the include directory
This turns assert.h into a standard header.
Diffstat (limited to 'kern/semaphore_i.h')
-rw-r--r--kern/semaphore_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/semaphore_i.h b/kern/semaphore_i.h
index 5498506..acd7cd4 100644
--- a/kern/semaphore_i.h
+++ b/kern/semaphore_i.h
@@ -18,7 +18,8 @@
#ifndef _KERN_SEMAPHORE_I_H
#define _KERN_SEMAPHORE_I_H
-#include <kern/assert.h>
+#include <assert.h>
+
#include <kern/atomic.h>
struct semaphore {