Browse Source

not sure how a backslash slipped into an include, but it's gone now

jp9000 12 years ago
parent
commit
3adfaf7f9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs-source.c

+ 1 - 1
libobs/obs-source.c

@@ -15,7 +15,7 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ******************************************************************************/
 
-#include "media-io\format-conversion.h"
+#include "media-io/format-conversion.h"
 #include "util/platform.h"
 
 #include "obs.h"