Skip to content

Commit

Permalink
fix: include cstdio to solve stderr not declared (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Mesaglio <[email protected]>
  • Loading branch information
mesaglio authored Apr 8, 2024
1 parent b68fde3 commit 691ee7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp_faster_fifo/cpp_lib/faster_fifo.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <mutex>
#include <cassert>
#include <cstring>
#include <cstdio>

#include <pthread.h>
#include <sys/time.h>
Expand Down

0 comments on commit 691ee7e

Please sign in to comment.