Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Possibly fix travis
  • Loading branch information
Sergeanur committed May 22, 2020
1 parent efe52db commit a9f332f2d96b6a8b6f83b5da5c1c320d2ff4eab2
Showing with 3 additions and 2 deletions.
  1. +3 −2 src/audio/oal/stream.cpp
@@ -8,11 +8,12 @@
typedef long ssize_t;
#pragma comment( lib, "libsndfile-1.lib" )
#pragma comment( lib, "libmpg123.lib" )
#else
#include "crossplatform.h"
#endif
#include <sndfile.h>
#include <mpg123.h>
#ifndef _WIN32
#include "crossplatform.h"
#endif

class CSndFile : public IDecoder
{

0 comments on commit a9f332f

Please sign in to comment.