mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
- Use SF macro PR: ports/120260 Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
10 lines
275 B
C
10 lines
275 B
C
--- src/plugin_shortdial.c.orig Sat Jan 19 17:06:51 2008
|
|
+++ src/plugin_shortdial.c Mon Feb 4 16:46:26 2008
|
|
@@ -23,6 +23,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
#include <netinet/in.h>
|
|
|
|
#include <osipparser2/osip_parser.h>
|