Skip to content

Commit

Permalink
Allow "private" symbol loader in glsm
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Mar 22, 2019
1 parent b506f65 commit eec3dd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/glsym/glsym.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
#endif
#endif

#ifdef HAVE_GLSYM_PRIVATE
#include "glsym_private.h"
#endif

#endif

0 comments on commit eec3dd1

Please sign in to comment.