Skip to content

Commit

Permalink
Add missing #include to tests/t_fticks.c
Browse files Browse the repository at this point in the history
tests/t_fticks.c uses strcmp, but did not include <string.h>, which at
least in some environments made the build fail.
  • Loading branch information
Faidon Liambotis committed Jul 6, 2018
1 parent 4bcfc7c commit 574cdf4
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 574cdf4

Please sign in to comment.