Skip to content

Commit

Permalink
Merge pull request #4689 from obache/fix-missing-headers-for-basename
Browse files Browse the repository at this point in the history
<libgen.h> is required for basename(3)
  • Loading branch information
elliefm authored Oct 24, 2023
2 parents 0552750 + 32f95f5 commit 48b9b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap/relocate_by_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
#include <syslog.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <libgen.h>

#include "dav_db.h"
#include "global.h"
Expand Down

0 comments on commit 48b9b4f

Please sign in to comment.