You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
14 lines
332 B
Diff
14 lines
332 B
Diff
|
|
diff --git a/src/extra/pktbuff.c b/src/extra/pktbuff.c
|
||
|
|
index 6dd0ca9..bc4db1b 100644
|
||
|
|
--- a/src/extra/pktbuff.c
|
||
|
|
+++ b/src/extra/pktbuff.c
|
||
|
|
@@ -9,6 +9,8 @@
|
||
|
|
* This code has been sponsored by Vyatta Inc. <http://www.vyatta.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
+#define __USE_BSD
|
||
|
|
+
|
||
|
|
#include <errno.h>
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <string.h> /* for memcpy */
|