Skip to content

Commit

Permalink
Fix ENOBUFS being undefined when compiling tv-casting-app on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Sep 8, 2022
1 parent 4dd14d3 commit 1b6f5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messaging/ReliableMessageMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*
*/

#include <errno.h>
#include <inttypes.h>

#include <messaging/ReliableMessageMgr.h>
Expand Down

0 comments on commit 1b6f5ad

Please sign in to comment.