Skip to content

Commit

Permalink
include <string.h>, caused warnings for some
Browse files Browse the repository at this point in the history
  • Loading branch information
thalerjonathan committed May 9, 2018
1 parent b63a83d commit 361330e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics/Rendering/OpenGL/Internal/OpenGLConfig.idr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
%flag C "-I/usr/include/libdrm "
%flag C "-I/usr/include/libdrm -I/usr/include/valgrind "
%flag C "-lGLEW -lGLU -lGL "
1 change: 1 addition & 0 deletions src/gl_idris_b.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <idris_rts.h>
#include <GL/glew.h>
#include <png.h>
#include <string.h>

#include "gl_idris_b.h"

Expand Down

0 comments on commit 361330e

Please sign in to comment.