Skip to content

Commit

Permalink
Merge pull request #14 from paravoid/t_fticks-string-h
Browse files Browse the repository at this point in the history
Add missing #include to tests/t_fticks.c
  • Loading branch information
Fabian Mauchle authored and GitHub committed Jul 9, 2018
2 parents d123f2b + 574cdf4 commit 3364c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/t_fticks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/* See LICENSE for licensing information. */

#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "../radsecproxy.h"
#include "../fticks_hashmac.h"
Expand Down

0 comments on commit 3364c55

Please sign in to comment.