rayfract

diff src/sdr.c @ 10:1496aae2e7d4

- simplified build by including dependences in the source tree - added make dep tracking - added mingw cross-build rules - added readme & licence
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Jul 2023 18:58:56 +0300
parents 09bb67c000bc
children
line diff
     1.1 --- a/src/sdr.c	Thu Nov 03 13:41:33 2011 +0200
     1.2 +++ b/src/sdr.c	Mon Jul 31 18:58:56 2023 +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 <GL/glew.h>
     1.8 +#include "GL/glew.h"
     1.9  
    1.10  #if defined(unix) || defined(__unix__)
    1.11  #include <unistd.h>