1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/gammu-devel/files/patch-common.device.devfunc.c
2011-05-19 18:14:52 +00:00

12 lines
323 B
C

--- libgammu/device/devfunc.c.orig 2010-07-12 15:51:05.000000000 +0400
+++ libgammu/device/devfunc.c 2011-01-28 13:21:17.938543134 +0300
@@ -15,6 +15,8 @@
#include <string.h>
#include <fcntl.h>
#include <stdlib.h>
+#include <sys/stat.h>
+#include <sys/socket.h>
#ifdef WIN32
# include <winsock2.h>
# include <io.h>