Skip to content

Commit

Permalink
chore: include unistd always
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Feb 25, 2024
1 parent d5449af commit 995be7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#include "encoding.h"
#include "fec.h"
#include "cli.h"

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

#define BUFFERSIZE 65536

Expand Down

0 comments on commit 995be7d

Please sign in to comment.