freebsd-ports/net/wistumbler2/files/patch-gpscontrol.c
Kirill Ponomarev d2e3a1c9e0 - Fix build on 5-x !386 systems
PR:		ports/64225
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-03-13 23:22:59 +00:00

12 lines
276 B
C

--- src/gpscontrol.c.orig Sat Nov 15 22:44:45 2003
+++ src/gpscontrol.c Sun Mar 14 00:15:19 2004
@@ -37,6 +37,9 @@
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
+#ifdef __FreeBSD__
+#include <string.h>
+#endif
#include <strings.h>
#include "gpscontrol.h"