mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Upstream changes from the previous ported version include: - bug fixes and documentation cleanups The port now offers a 'GUI' knob that controls whether the X GUI interface is built. Take maintainership.
10 lines
224 B
C
10 lines
224 B
C
--- ./spim/spim.c.orig Mon Jul 17 09:26:54 2006
|
|
+++ ./spim/spim.c Mon Jul 17 09:27:13 2006
|
|
@@ -32,6 +32,7 @@
|
|
#include <ctype.h>
|
|
#include <setjmp.h>
|
|
#include <signal.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
|