mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
- Update to the 6.7.2 - Update USES to fix build warnings - Regenerate patches with "make makepatch" Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22021
11 lines
258 B
C
11 lines
258 B
C
--- src/pr_frontend.c.orig 2018-11-04 07:18:02 UTC
|
|
+++ src/pr_frontend.c
|
|
@@ -29,6 +29,8 @@
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include "common.h"
|
|
#include "lib_wrapper.h"
|