Skip to content

Commit

Permalink
[fix] Include unistd.h in lib/curl.c
Browse files Browse the repository at this point in the history
Signed-off-by: David Cantrell <dcantrell@redhat.com>
  • Loading branch information
dcantrell committed Apr 29, 2023
1 parent caa8dc0 commit 1da039c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/curl.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <libgen.h>
#include <string.h>
#include <stdbool.h>
Expand Down

0 comments on commit 1da039c

Please sign in to comment.