]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - src/svgtiny_gradient.c
Use built-in strndup if the platform we're targetting doesn't have one
[libsvgtiny.git] / src / svgtiny_gradient.c
index 9c6e82ee1e591d7029923fc6e6f3d89277aa2d5a..3a8db7375d7bc0e1b91b89d82975337a4ed1d6fe 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2008 James Bursa <james@semichrome.net>
  */
 
-#define _GNU_SOURCE  /* for strndup */
 #include <assert.h>
 #include <math.h>
 #include <string.h>