1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly

Add missing header to fix.  Covered by just-fix-it blanket.
This commit is contained in:
John Marino 2014-06-21 08:33:20 +00:00
parent 70bd6b07f2
commit d71e52385d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358677

View File

@ -0,0 +1,10 @@
--- gramdc/gramdclient.cpp.orig 2012-03-21 00:49:18.000000000 +0000
+++ gramdc/gramdclient.cpp
@@ -7,6 +7,7 @@
#include "gramdclient.h"
+#include <sys/select.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>