mirror of
https://github.com/hashcat/hashcat.git
synced 2024-10-31 20:48:57 +00:00
5da79e4411
Added support for build OSX native binaries (issue #63)
16 lines
189 B
C
16 lines
189 B
C
/**
|
|
* Author......: Jens Steube <jens.steube@gmail.com>
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef EXT_SMI_H
|
|
#define EXT_SMI_H
|
|
|
|
#ifdef HAVE_HWMON
|
|
|
|
#include <common.h>
|
|
|
|
#endif // HAVE_HWMON
|
|
|
|
#endif
|