Skip to content

Commit 2fb4f3c

Browse files
authored
Merge pull request #40 from subpop/availability-header
Fix to include correct Availability.h header
2 parents 012f732 + e53e1e2 commit 2fb4f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <arpa/inet.h>
66
#include <getopt.h>
77

8-
#include <availability.h>
8+
#include <Availability.h>
99
#include <uuid/uuid.h>
1010

1111
#include "cli.h"

0 commit comments

Comments
 (0)