Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Need assert since its not defined in libsel4.
Browse files Browse the repository at this point in the history
  • Loading branch information
winksaville committed Jul 7, 2015
1 parent 930744e commit 50f8964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

#include <sel4test/prototype.h>
#include <sel4test/test.h>
Expand Down

0 comments on commit 50f8964

Please sign in to comment.