Skip to content

Commit

Permalink
sys/sema: add missing limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 23, 2020
1 parent ff5a603 commit d6b6c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/sema/sema.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*/

#include <errno.h>
#include <limits.h>

#include "irq.h"
#include "assert.h"
#include "sema.h"
Expand Down

0 comments on commit d6b6c0e

Please sign in to comment.