ports/devel/libosmo-netif/files/patch-rs232-write.c
Jan Beich 9b82d28acc Add new port: devel/libosmo-netif
PR:		197707
Submitted by:	Nikola Kolev <koue@chaosophia.net>

Libosmo-netif is library containing common/shared code regarding
network interfaces. It's part of Osmocom project regarding open source
mobile communications.

WWW: http://git.osmocom.org/libosmo-netif/
2015-02-24 07:37:50 +00:00

10 lines
256 B
C

--- examples/rs232-write.c.orig 2015-02-23 11:51:17 UTC
+++ examples/rs232-write.c
@@ -3,6 +3,7 @@
#include <string.h>
#include <arpa/inet.h>
#include <unistd.h>
+#include <endian.h>
#include <osmocom/core/select.h>
#include <osmocom/core/talloc.h>