diff options
Diffstat (limited to 'tests/prng.c')
-rw-r--r-- | tests/prng.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/prng.c b/tests/prng.c index 8d78ea52..bdcfb07a 100644 --- a/tests/prng.c +++ b/tests/prng.c @@ -23,6 +23,8 @@ * 02111-1307, USA. */ +#include <zebra.h> + #include <assert.h> #include <stdlib.h> #include <string.h> |