Files
nixpkgs/pkgs/by-name/re/redfang/include-pthread.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
262 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/fang.c b/fang.c
index cda61bf..52f9659 100755
--- a/fang.c
+++ b/fang.c
@@ -45,6 +45,7 @@
#include <sys/socket.h>
#include <asm/types.h>
#include <netinet/in.h>
+#include <pthread.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>