Skip to content

Commit

Permalink
Merge pull request #40 from subpop/availability-header
Browse files Browse the repository at this point in the history
Fix to include correct Availability.h header
  • Loading branch information
AkihiroSuda authored Feb 15, 2024
2 parents 012f732 + e53e1e2 commit 2fb4f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <arpa/inet.h>
#include <getopt.h>

#include <availability.h>
#include <Availability.h>
#include <uuid/uuid.h>

#include "cli.h"
Expand Down

0 comments on commit 2fb4f3c

Please sign in to comment.