Skip to content

Commit

Permalink
chore: unistd for isatty
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Feb 25, 2024
1 parent 86072bb commit d5449af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include "fec.h"
#include "cli.h"

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

#define BUFFERSIZE 65536

void printUsage(char *argv[])
Expand Down

0 comments on commit d5449af

Please sign in to comment.