Skip to content

Commit

Permalink
TgBot++: FD_posix: Fix wrong include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Feb 19, 2024
1 parent 5be2256 commit fbd51e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/include/_FileDescriptor_posix.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <unistd.h>
#include <errno.h>

#include "../Logging.h"
#include "Logging.h"

using pipe_t = int[2];

Expand Down

0 comments on commit fbd51e8

Please sign in to comment.