freebsd-ports/comms/gammu/files/patch-common.device.devfunc.c
Boris Samorodov dd3107a162 . new release 1.10.0, library version bumpted, many changes (see ChangeLog);
. a new main developer (Michal Cihar);
. MASTER_SITES changed.
2007-04-10 21:47:15 +00:00

11 lines
260 B
C

--- common/device/devfunc.c.orig Fri Feb 23 23:50:01 2007
+++ common/device/devfunc.c Tue Apr 10 23:46:39 2007
@@ -18,6 +18,8 @@
#include <string.h>
#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/socket.h>
#ifdef WIN32
# include <io.h>
#else