istereo

diff src/sdr.c @ 1:4d25539806d2

bollocks
author John Tsiombikas <nuclear@mutantstargoat.com>
date Tue, 06 Sep 2011 12:48:39 +0300
parents 1bb950d0976b
children bb68fac22579
line diff
     1.1 --- a/src/sdr.c	Tue Sep 06 08:07:14 2011 +0300
     1.2 +++ b/src/sdr.c	Tue Sep 06 12:48:39 2011 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  #include <string.h>
     1.5  #include <errno.h>
     1.6  #include <assert.h>
     1.7 -#include <OpenGLES/ES2/gl.h>
     1.8 +#include "opengl.h"
     1.9  
    1.10  #if defined(unix) || defined(__unix__)
    1.11  #include <unistd.h>