Skip to content

Commit

Permalink
(Softfilter) buildfix for targets that don't have HAVE_THREADS
Browse files Browse the repository at this point in the history
defined
  • Loading branch information
inactive123 committed Sep 1, 2014
1 parent 99d9908 commit cc74d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gfx/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
#include "../performance.h"
#include <stdlib.h>

#ifdef HAVE_THREADS
#include "../thread.h"

struct rarch_soft_plug
{
#ifdef HAVE_DYLIB
Expand All @@ -34,6 +31,9 @@ struct rarch_soft_plug
const struct softfilter_implementation *impl;
};

#ifdef HAVE_THREADS
#include "../thread.h"

struct filter_thread_data
{
sthread_t *thread;
Expand Down

0 comments on commit cc74d41

Please sign in to comment.