b9094d6b19
Fixes more than 20 issues, including portability ones. from Daniel Dickman, thanks!
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
$OpenBSD: patch-dict_makedawg_cpp,v 1.2 2009/08/24 07:12:40 ajacoutot Exp $
|
|
--- dict/makedawg.cpp.orig Tue Dec 30 13:28:03 2008
|
|
+++ dict/makedawg.cpp Sun Aug 23 20:37:16 2009
|
|
@@ -33,6 +33,9 @@
|
|
#ifdef __MSW32__
|
|
#include <windows.h>
|
|
#else
|
|
+#ifdef __OpenBSD__
|
|
+#include <sys/types.h>
|
|
+#endif
|
|
#include <arpa/inet.h>
|
|
#endif
|
|
|