Skip to content

Commit

Permalink
BUILD: test: added libgen.h include directive
Browse files Browse the repository at this point in the history
On FreeBSD UNIX it is necessary to add the libgen.h include directive
in order to be able to use the basename() function declared there.

Also, the package version has been changed to 1.1.1.
  • Loading branch information
zaga00 committed Oct 8, 2021
1 parent 18acb61 commit d9d680c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Package Version: 1.1.0
Package Version: 1.1.1
Library Version: 1:0:1
1 change: 1 addition & 0 deletions test/include.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <unistd.h>
#include <getopt.h>
#include <inttypes.h>
#include <libgen.h>
#include <pthread.h>
#include <sysexits.h>
#include <time.h>
Expand Down

0 comments on commit d9d680c

Please sign in to comment.