diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-11 21:17:41 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-11 21:17:41 +0000 |
commit | 5fe813072b549c3290e6b7c98edc29166d7551e5 (patch) | |
tree | 557bbca83891440362efc3990e2701db8fd960a3 /bruiser/bruiserffi.h | |
parent | fix (diff) | |
download | mutator-5fe813072b549c3290e6b7c98edc29166d7551e5.tar.gz mutator-5fe813072b549c3290e6b7c98edc29166d7551e5.zip |
travis fix
Diffstat (limited to 'bruiser/bruiserffi.h')
-rw-r--r-- | bruiser/bruiserffi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruiserffi.h b/bruiser/bruiserffi.h index e3afda0..567a6f6 100644 --- a/bruiser/bruiserffi.h +++ b/bruiser/bruiserffi.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/ /**********************************************************************************************************************/ -#include <capstone/capstone.h> +//#include <capstone/capstone.h> #include <ffi.h> #include <stdint.h> /**********************************************************************************************************************/ |