summaryrefslogtreecommitdiff
path: root/security/hashcat/files/patch-include_common.h
blob: bf13aed556fe24c4c283d926153326ee62051559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- include/common.h.orig	2016-06-28 09:47:32 UTC
+++ include/common.h
@@ -51,6 +51,11 @@
 #include <mach/mach.h>
 #endif
 
+#ifdef __FreeBSD__
+#include <termios.h>
+#include <sys/ioctl.h>
+#endif
+
 typedef void *OCL_LIB;
 
 #ifdef HAVE_HWMON