japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFly
Add missing header to fix. Covered by just-fix-it blanket.
This commit is contained in:
parent
70bd6b07f2
commit
d71e52385d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358677
10
japanese/nhocr/files/patch-gramdc_gramdclient.cpp
Normal file
10
japanese/nhocr/files/patch-gramdc_gramdclient.cpp
Normal 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>
|
Loading…
Reference in New Issue
Block a user